MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / Seek

Method Seek

engine/iterator.go:31–34  ·  view source on GitHub ↗
(key []byte)

Source from the content-addressed store, hash-verified

29}
30
31func (it *Iterator) Seek(key []byte) {
32 it.indexIter.Seek(key)
33 it.skipToNext()
34}
35
36func (it *Iterator) Next() {
37 it.indexIter.Next()

Callers 1

Calls 2

skipToNextMethod · 0.95
SeekMethod · 0.65

Tested by 1