(ts uint32)
| 14 | type MetadataCombiner interface { |
| 15 | AddMetadata(*tempopb.TraceSearchMetadata) bool |
| 16 | IsCompleteFor(ts uint32) bool |
| 17 | |
| 18 | Metadata() []*tempopb.TraceSearchMetadata |
| 19 | MetadataAfter(ts uint32) []*tempopb.TraceSearchMetadata |
no outgoing calls
no test coverage detected