Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
func
(s *Snapshot) NewIterator() driver.IIterator {
25
it := &Iterator{
26
s.snp.NewIterator(nil, nil),
27
}
28
return
it
29
}
30
31
func
(s *Snapshot) Close() {
32
s.snp.Release()
Callers
2
TestSnapshot_Iterator
Function · 0.95
TestSnapshot_Close
Function · 0.95
Calls
no outgoing calls
Tested by
2
TestSnapshot_Iterator
Function · 0.76
TestSnapshot_Close
Function · 0.76