Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Next
Method
Next
driver/crdt/iterator.go:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
func
(it *Iterator) Next() {
35
it.current = <-it.results.Next()
36
}
37
38
func
(it *Iterator) Prev() {
39
it.current = <-it.results.Next()
Callers
3
Prev
Method · 0.45
Last
Method · 0.45
Seek
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected