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

Method done

tempodb/encoding/vparquet5/multiblock_iterator.go:99–106  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

97}
98
99func (m *MultiBlockIterator[T]) done(ctx context.Context) bool {
100 for _, b := range m.bookmarks {
101 if !b.done(ctx) {
102 return false
103 }
104 }
105 return true
106}
107
108type bookmark[T iteratable] struct {
109 iter bookmarkIterator[T]

Callers 1

NextMethod · 0.95

Calls 1

doneMethod · 0.45

Tested by

no test coverage detected