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

Method clear

tempodb/encoding/vparquet5/multiblock_iterator.go:162–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160}
161
162func (b *bookmark[T]) clear() {
163 b.currentID = nil
164 b.currentObject = nil
165}
166
167func (b *bookmark[T]) close() {
168 b.iter.Close()

Callers 1

NextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected