MCPcopy 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
56func (it *Iterator) Next() {
57 it.it.Next()
58}
59
60func (it *Iterator) Prev() {
61 it.it.Prev()
62}

Callers 1

TestIteratorFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestIteratorFunction · 0.76