Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Next
Method
Next
driver/ipfs-synckv/iterator.go:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
func
(it *Iterator) Next() {
50
it.it.Next()
51
}
52
53
func
(it *Iterator) Prev() {
54
it.it.Prev()
Callers
2
TestIterator
Function · 0.95
TestIteratorPrefix
Function · 0.95
Calls
no outgoing calls
Tested by
2
TestIterator
Function · 0.76
TestIteratorPrefix
Function · 0.76