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

Method Valid

driver/crdt/iterator.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func (it *Iterator) Valid() bool {
31 return it.current.Error == nil && len(it.current.Key) > 0
32}
33
34func (it *Iterator) Next() {
35 it.current = <-it.results.Next()

Callers 1

EncodeKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected