MCPcopy Index your code
hub / github.com/nutsdb/nutsdb / Valid

Method Valid

iterator.go:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111func (it *Iterator) Valid() bool {
112 return it.valid
113}
114
115func (it *Iterator) Key() []byte {
116 if !it.valid {

Calls

no outgoing calls

Tested by 15

BenchmarkIterator_NextFunction · 0.76
BenchmarkIterator_PrevFunction · 0.76
BenchmarkIterator_RewindFunction · 0.76
TestIterator_ItemFunction · 0.76
TestIterator_RewindFunction · 0.76