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

Struct Iterator

driver/crdt/iterator.go:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type Iterator struct {
10 db *DB
11 seekKey string
12 results query.Results
13 current query.Result
14}
15
16// Returns the current iterator key
17func (it *Iterator) Key() []byte {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected