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

Method NewIterator

driver/oss/db.go:320–326  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

318}
319
320func (db *DB) NewIterator() driver.IIterator {
321 it := &Iterator{
322 db.db.NewIterator(nil, db.iteratorOpts),
323 }
324
325 return it
326}
327
328func (db *DB) NewSnapshot() (driver.ISnapshot, error) {
329 snapshot, err := db.db.GetSnapshot()

Callers 1

PersistMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected