MCPcopy
hub / github.com/dgraph-io/badger / Rewind

Method Rewind

y/iterator.go:89–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87type Iterator interface {
88 Next()
89 Rewind()
90 Seek(key []byte)
91 Key() []byte
92 Value() ValueStruct

Callers 9

TestIteratePrefixFunction · 0.65
iterateAndMergeMethod · 0.65
SeekMethod · 0.65
TestGetMergeOperatorFunction · 0.65
rewindMethod · 0.65
RewindMethod · 0.65
NextMethod · 0.65
TestSimpleIteratorFunction · 0.65
lookupFunction · 0.65

Implementers 6

MergeIteratortable/merge_iterator.go
Iteratortable/iterator.go
ConcatIteratortable/iterator.go
SimpleIteratortable/merge_iterator_test.go
UniIteratorskl/skl.go

Calls

no outgoing calls

Tested by 3

TestIteratePrefixFunction · 0.52
TestGetMergeOperatorFunction · 0.52
TestSimpleIteratorFunction · 0.52