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

Method NewIterator

driver/ipfs-synckv/db.go:450–459  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

448 if err == nil {
449 db.cache.Del(key)
450 }
451 return err
452}
453
454func (db *DB) NewWriteBatch() driver.IWriteBatch {
455 wb := &WriteBatch{
456 db: db,
457 wbatch: new(leveldb.Batch),
458 }
459 return wb
460}
461
462func (db *DB) NewIterator() driver.IIterator {

Callers 2

TestIteratorFunction · 0.45
TestIteratorPrefixFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestIteratorFunction · 0.36
TestIteratorPrefixFunction · 0.36