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

Method Next

engine/iterator.go:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func (it *Iterator) Next() {
37 it.indexIter.Next()
38 it.skipToNext()
39}
40
41func (it *Iterator) Valid() bool {
42 return it.indexIter.Valid()

Callers 1

Calls 2

skipToNextMethod · 0.95
NextMethod · 0.65

Tested by 1