MCPcopy
hub / github.com/grafana/tempo / mustMarshalToObject

Function mustMarshalToObject

pkg/model/combine_test.go:104–106  ·  view source on GitHub ↗
(trace *tempopb.Trace, encoding string)

Source from the content-addressed store, hash-verified

102}
103
104func mustMarshalToObject(trace *tempopb.Trace, encoding string) []byte {
105 return mustMarshalToObjectWithRange(trace, encoding, 0, 0)
106}
107
108func mustMarshalToObjectWithRange(trace *tempopb.Trace, encoding string, start, end uint32) []byte {
109 b := MustNewSegmentDecoder(encoding)

Callers 2

TestCombineFunction · 0.85

Calls 1

Tested by

no test coverage detected