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

Method Valid

driver/ipfs-synckv/iterator.go:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44func (it *Iterator) Close() error {
45 if it.it != nil {
46 it.it.Release()
47 it.it = nil
48 }
49 return nil
50}

Callers 2

TestIteratorFunction · 0.95
TestIteratorPrefixFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestIteratorFunction · 0.76
TestIteratorPrefixFunction · 0.76