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

Method Prev

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

Source from the content-addressed store, hash-verified

36}
37
38func (it *Iterator) Prev() {
39 it.current = <-it.results.Next()
40}
41
42func (it *Iterator) First() {
43 it.Seek([]byte(it.seekKey))

Callers

nothing calls this directly

Calls 1

NextMethod · 0.45

Tested by

no test coverage detected