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

Method Iterator

engine/index/art.go:59–63  ·  view source on GitHub ↗
(reverse bool)

Source from the content-addressed store, hash-verified

57}
58
59func (artree *AdaptiveRadixTree) Iterator(reverse bool) Iterator {
60 artree.lock.RLock()
61 defer artree.lock.RUnlock()
62 return NewARTreeIterator(artree.tree, reverse)
63}
64
65// ART Index iterator
66type ARTreeIterator struct {

Callers

nothing calls this directly

Calls 1

NewARTreeIteratorFunction · 0.85

Tested by

no test coverage detected