Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
180
func
(c *mostRecentCombiner) Count() int {
181
return
len(c.trs)
182
}
183
184
func
(c *mostRecentCombiner) Exists(id string) bool {
185
_, ok := c.trs[id]
Callers
3
addSpanset
Method · 0.95
AddMetadata
Method · 0.95
IsCompleteFor
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected