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

Struct Iterator

engine/iterator.go:10–14  ·  view source on GitHub ↗

Iterator iterator

Source from the content-addressed store, hash-verified

8
9// Iterator iterator
10type Iterator struct {
11 indexIter index.Iterator
12 db *DB
13 options config.IteratorOptions
14}
15
16// NewIterator Initializes the iterator
17func (db *DB) NewIterator(opt config.IteratorOptions) *Iterator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected