MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / Next

Method Next

driver/crdt/iterator.go:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func (it *Iterator) Next() {
35 it.current = <-it.results.Next()
36}
37
38func (it *Iterator) Prev() {
39 it.current = <-it.results.Next()

Callers 3

PrevMethod · 0.45
LastMethod · 0.45
SeekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected