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

Method Valid

driver/hybriddb/iterator.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (it *Iterator) Valid() bool {
28 return it.it.Valid()
29}
30
31func (it *Iterator) Next() {
32 it.it.Next()

Callers 5

TestIteratorFunction · 0.95
TestIterator_EmptyDBFunction · 0.95
TestIterator_CloseFunction · 0.95
TestDB_IteratorFunction · 0.95
TestSnapshot_IteratorFunction · 0.95

Calls

no outgoing calls

Tested by 5

TestIteratorFunction · 0.76
TestIterator_EmptyDBFunction · 0.76
TestIterator_CloseFunction · 0.76
TestDB_IteratorFunction · 0.76
TestSnapshot_IteratorFunction · 0.76