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

Method Reset

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

Source from the content-addressed store, hash-verified

192}
193
194func (r *IteratorResult) Reset() {
195 r.Entries = r.Entries[:0]
196 r.OtherEntries = r.OtherEntries[:0]
197}
198
199func (r *IteratorResult) Release() {
200 for _, e := range r.OtherEntries {

Callers 2

TestLeftJoinDownFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestLeftJoinDownFunction · 0.76