MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / Rewind

Method Rewind

engine/iterator.go:26–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func (it *Iterator) Rewind() {
27 it.indexIter.Rewind()
28 it.skipToNext()
29}
30
31func (it *Iterator) Seek(key []byte) {
32 it.indexIter.Seek(key)

Callers 1

Calls 2

skipToNextMethod · 0.95
RewindMethod · 0.65

Tested by 1