Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Next
Method
Next
driver/hybriddb/iterator.go:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(it *Iterator) Next() {
32
it.it.Next()
33
}
34
35
func
(it *Iterator) Prev() {
36
it.it.Prev()
Callers
3
TestIterator
Function · 0.95
TestDB_Iterator
Function · 0.95
TestSnapshot_Iterator
Function · 0.95
Calls
no outgoing calls
Tested by
3
TestIterator
Function · 0.76
TestDB_Iterator
Function · 0.76
TestSnapshot_Iterator
Function · 0.76