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

Struct Iterator

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

Iterator wraps the leveldb iterator to provide a higher-level interface.

Source from the content-addressed store, hash-verified

6
7// Iterator wraps the leveldb iterator to provide a higher-level interface.
8type Iterator struct {
9 it iterator.Iterator // The underlying leveldb iterator.
10}
11
12// Key returns the key of the current iterator position.
13func (it *Iterator) Key() []byte {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected