Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Valid
Method
Valid
driver/hybriddb/iterator.go:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
func
(it *Iterator) Valid() bool {
28
return
it.it.Valid()
29
}
30
31
func
(it *Iterator) Next() {
32
it.it.Next()
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