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

Struct anyCombiner

pkg/traceql/combine.go:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34type anyCombiner struct {
35 trs map[string]*tempopb.TraceSearchMetadata
36 limit int
37}
38
39func newAnyCombiner(limit int) *anyCombiner {
40 return &anyCombiner{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected