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

Method Seek

driver/ipfs-synckv/iterator.go:65–67  ·  view source on GitHub ↗
(key []byte)

Source from the content-addressed store, hash-verified

63
64func (it *Iterator) First() {
65 it.it.First()
66}
67
68func (it *Iterator) Last() {
69 it.it.Last()
70}

Callers 1

TestIteratorPrefixFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestIteratorPrefixFunction · 0.76