Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Seek
Method
Seek
driver/badger/iterator.go:87–89 ·
view source on GitHub ↗
(key []byte)
Source
from the content-addressed store, hash-verified
85
}
86
87
func
(it *Iterator) Seek(key []byte) {
88
it.it.Seek(key)
89
}
Callers
2
Prev
Method · 0.95
Last
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected