MCPcopy
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
1210func (c *oldStyleCollector) Close() {
1211 c.pool.Release(c.at)
1212}
1213
1214func (c *oldStyleCollector) String() string {
1215 return fmt.Sprintf("oldStyleCollector: %s", c.pred)

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.65

Tested by

no test coverage detected