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

Method Release

pkg/parquetquery/iters.go:199–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197}
198
199func (r *IteratorResult) Release() {
200 for _, e := range r.OtherEntries {
201 if releaser, ok := e.Value.(Releaser); ok {
202 releaser.Release()
203 }
204 }
205}
206
207func (r *IteratorResult) Append(rr *IteratorResult) {
208 if len(rr.Entries) > 0 {

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.65

Tested by

no test coverage detected