Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteStorage/FlyDB
/ Seek
Method
Seek
engine/iterator.go:31–34 ·
view source on GitHub ↗
(key []byte)
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(it *Iterator) Seek(key []byte) {
32
it.indexIter.Seek(key)
33
it.skipToNext()
34
}
35
36
func
(it *Iterator) Next() {
37
it.indexIter.Next()
Callers
1
TestDB_Iterator_Multi_Value
Function · 0.95
Calls
2
skipToNext
Method · 0.95
Seek
Method · 0.65
Tested by
1
TestDB_Iterator_Multi_Value
Function · 0.76