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

Struct Iterator

driver/ipfs-synckv/iterator.go:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 "github.com/syndtr/goleveldb/leveldb/iterator"
9)
10
11type Iterator struct {
12 it iterator.Iterator
13 db *DB // Reference to the main DB to access encryption key
14 ipfsDB *levelkv.LevelKV
15 ctx context.Context
16}
17
18func (it *Iterator) Key() []byte {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected