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

Method Count

pkg/traceql/combine.go:180–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178}
179
180func (c *mostRecentCombiner) Count() int {
181 return len(c.trs)
182}
183
184func (c *mostRecentCombiner) Exists(id string) bool {
185 _, ok := c.trs[id]

Callers 3

addSpansetMethod · 0.95
AddMetadataMethod · 0.95
IsCompleteForMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected