pub fn decode_and_derive(
result_bytes: &[u8],
timeline_bytes: &[u8],
) -> Result<AnalyticsView, AnalyticsDecodeError>Expand description
Decode ResultViewV1 and TimelineViewV1 protobuf bytes into a chart-ready AnalyticsView.
ยงErrors
Returns an error when either protobuf payload is invalid or the result has no core section.