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

Method Valid

driver/badger/iterator.go:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (it *Iterator) Valid() bool {
38 ok := it.it.Valid()
39 return ok
40}
41
42func (it *Iterator) Next() {
43 it.it.Next()

Callers 1

PrevMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected