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

Method Valid

engine/iterator.go:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func (it *Iterator) Valid() bool {
42 return it.indexIter.Valid()
43}
44
45func (it *Iterator) Key() []byte {
46 return it.indexIter.Key()

Callers 3

TestDB_NewIteratorFunction · 0.95

Calls 1

ValidMethod · 0.65

Tested by 3

TestDB_NewIteratorFunction · 0.76