Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Seek
Method
Seek
driver/hybriddb/iterator.go:47–49 ·
view source on GitHub ↗
(key []byte)
Source
from the content-addressed store, hash-verified
45
}
46
47
func
(it *Iterator) Seek(key []byte) {
48
it.it.Seek(key)
49
}
Callers
2
TestIterator
Function · 0.95
TestIterator_EmptyDB
Function · 0.95
Calls
no outgoing calls
Tested by
2
TestIterator
Function · 0.76
TestIterator_EmptyDB
Function · 0.76