Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Valid
Method
Valid
driver/ipfs-synckv/iterator.go:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
44
func
(it *Iterator) Close() error {
45
if
it.it != nil {
46
it.it.Release()
47
it.it = nil
48
}
49
return
nil
50
}
Callers
2
TestIterator
Function · 0.95
TestIteratorPrefix
Function · 0.95
Calls
no outgoing calls
Tested by
2
TestIterator
Function · 0.76
TestIteratorPrefix
Function · 0.76