MCPcopy 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
49func (it *Iterator) Next() {
50 it.it.Next()
51}
52
53func (it *Iterator) Prev() {
54 it.it.Prev()

Callers 2

TestIteratorFunction · 0.95
TestIteratorPrefixFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestIteratorFunction · 0.76
TestIteratorPrefixFunction · 0.76