Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Close
Method
Close
driver/hybriddb/iterator.go:19–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
func
(it *Iterator) Close() error {
20
if
it.it != nil {
21
it.it.Release()
22
it.it = nil
23
}
24
return
nil
25
}
26
27
func
(it *Iterator) Valid() bool {
28
return
it.it.Valid()
Callers
5
TestIterator
Function · 0.95
TestIterator_EmptyDB
Function · 0.95
TestIterator_Close
Function · 0.95
TestDB_Iterator
Function · 0.95
TestSnapshot_Iterator
Function · 0.95
Calls
no outgoing calls
Tested by
5
TestIterator
Function · 0.76
TestIterator_EmptyDB
Function · 0.76
TestIterator_Close
Function · 0.76
TestDB_Iterator
Function · 0.76
TestSnapshot_Iterator
Function · 0.76