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

Method NewIterator

driver/hybriddb/snapshot.go:24–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24func (s *Snapshot) NewIterator() driver.IIterator {
25 it := &Iterator{
26 s.snp.NewIterator(nil, nil),
27 }
28 return it
29}
30
31func (s *Snapshot) Close() {
32 s.snp.Release()

Callers 2

TestSnapshot_IteratorFunction · 0.95
TestSnapshot_CloseFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestSnapshot_IteratorFunction · 0.76
TestSnapshot_CloseFunction · 0.76