Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
84
func
(c *anyCombiner) Exists(id string) bool {
85
_, ok := c.trs[id]
86
return
ok
87
}
88
89
func
(c *anyCombiner) IsCompleteFor(_ uint32) bool {
90
return
c.Count() >= c.limit && c.limit > 0
Callers
1
TestCombinerKeepsMostRecent
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestCombinerKeepsMostRecent
Function · 0.36