Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ First
Method
First
driver/ipfs-synckv/iterator.go:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
56
func
(it *Iterator) Next() {
57
it.it.Next()
58
}
59
60
func
(it *Iterator) Prev() {
61
it.it.Prev()
62
}
Callers
1
TestIterator
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestIterator
Function · 0.76