Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Valid
Method
Valid
driver/crdt/iterator.go:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
func
(it *Iterator) Valid() bool {
31
return
it.current.Error == nil && len(it.current.Key) > 0
32
}
33
34
func
(it *Iterator) Next() {
35
it.current = <-it.results.Next()
Callers
1
EncodeKey
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected