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

Struct Iterator

driver/ipfs/iterator.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type Iterator struct {
11 it iterator.Iterator
12 rShell *shell.Shell
13}
14
15func (it *Iterator) Key() []byte {
16 return it.it.Key()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected