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