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

Method Seek

driver/hybriddb/iterator.go:47–49  ·  view source on GitHub ↗
(key []byte)

Source from the content-addressed store, hash-verified

45}
46
47func (it *Iterator) Seek(key []byte) {
48 it.it.Seek(key)
49}

Callers 2

TestIteratorFunction · 0.95
TestIterator_EmptyDBFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestIteratorFunction · 0.76
TestIterator_EmptyDBFunction · 0.76