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

Struct Iterator

driver/badger/iterator.go:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type Iterator struct {
8 db *badger.DB
9 txn *badger.Txn
10 it *badger.Iterator
11}
12
13func (it *Iterator) Key() []byte {
14 key := it.it.Item().KeyCopy(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected