Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Count
Method
Count
pkg/traceql/combine.go:80–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
}
79
80
func
(c *anyCombiner) Count() int {
81
return
len(c.trs)
82
}
83
84
func
(c *anyCombiner) Exists(id string) bool {
85
_, ok := c.trs[id]
Callers
2
IsCompleteFor
Method · 0.95
TestCombinerKeepsMostRecent
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestCombinerKeepsMostRecent
Function · 0.36