Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Prev
Method
Prev
driver/crdt/iterator.go:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
func
(it *Iterator) Prev() {
39
it.current = <-it.results.Next()
40
}
41
42
func
(it *Iterator) First() {
43
it.Seek([]byte(it.seekKey))
Callers
nothing calls this directly
Calls
1
Next
Method · 0.45
Tested by
no test coverage detected