MCPcopy
hub / github.com/grafana/tempo / Release

Method Release

pkg/parquetquery/pool.go:43–46  ·  view source on GitHub ↗
(r *IteratorResult)

Source from the content-addressed store, hash-verified

41}
42
43func (p *ResultPool) Release(r *IteratorResult) {
44 r.Reset()
45 p.pool.Put(r)
46}

Callers 1

TestResultPoolReleaseFunction · 0.95

Calls 2

ResetMethod · 0.65
PutMethod · 0.45

Tested by 1

TestResultPoolReleaseFunction · 0.76