Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ First
Method
First
driver/crdt/iterator.go:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(it *Iterator) First() {
43
it.Seek([]byte(it.seekKey))
44
}
45
46
func
(it *Iterator) Last() {
47
q := query.Query{
Callers
nothing calls this directly
Calls
1
Seek
Method · 0.95
Tested by
no test coverage detected