Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
func
(it *Iterator) Rewind() {
27
it.indexIter.Rewind()
28
it.skipToNext()
29
}
30
31
func
(it *Iterator) Seek(key []byte) {
32
it.indexIter.Seek(key)
Callers
1
TestDB_Iterator_Multi_Value
Function · 0.95
Calls
2
skipToNext
Method · 0.95
Rewind
Method · 0.65
Tested by
1
TestDB_Iterator_Multi_Value
Function · 0.76