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

Method Prev

driver/hybriddb/iterator.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (it *Iterator) Prev() {
36 it.it.Prev()
37}
38
39func (it *Iterator) First() {
40 it.it.First()

Callers 1

TestIteratorFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestIteratorFunction · 0.76