Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Collect
Method
Collect
pkg/parquetquery/iters_test.go:640–642 ·
view source on GitHub ↗
(r *IteratorResult, param any)
Source
from the content-addressed store, hash-verified
638
}
639
640
func
(c *testCollector) Collect(r *IteratorResult, param any) {
641
c.collect(r, param)
642
}
643
644
func
(c *testCollector) Result() *IteratorResult {
645
return
c.result()
Callers
nothing calls this directly
Calls
1
collect
Method · 0.45
Tested by
no test coverage detected