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

Method Last

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

Source from the content-addressed store, hash-verified

41}
42
43func (it *Iterator) Last() {
44 it.it.Last()
45}
46
47func (it *Iterator) Seek(key []byte) {
48 it.it.Seek(key)

Callers 2

TestIteratorFunction · 0.95
TestIterator_EmptyDBFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestIteratorFunction · 0.76
TestIterator_EmptyDBFunction · 0.76