Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Close
Method
Close
pkg/parquetquery/iters.go:1210–1212 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1208
}
1209
1210
func
(c *oldStyleCollector) Close() {
1211
c.pool.Release(c.at)
1212
}
1213
1214
func
(c *oldStyleCollector) String() string {
1215
return
fmt.Sprintf(
"oldStyleCollector: %s"
, c.pred)
Callers
nothing calls this directly
Calls
1
Release
Method · 0.65
Tested by
no test coverage detected