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

Method Exists

pkg/traceql/combine.go:84–87  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

82}
83
84func (c *anyCombiner) Exists(id string) bool {
85 _, ok := c.trs[id]
86 return ok
87}
88
89func (c *anyCombiner) IsCompleteFor(_ uint32) bool {
90 return c.Count() >= c.limit && c.limit > 0

Callers 1

Calls

no outgoing calls

Tested by 1