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

Method Seek

driver/badger/iterator.go:87–89  ·  view source on GitHub ↗
(key []byte)

Source from the content-addressed store, hash-verified

85}
86
87func (it *Iterator) Seek(key []byte) {
88 it.it.Seek(key)
89}

Callers 2

PrevMethod · 0.95
LastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected