Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Valid
Method
Valid
driver/badger/iterator.go:37–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
func
(it *Iterator) Valid() bool {
38
ok := it.it.Valid()
39
return
ok
40
}
41
42
func
(it *Iterator) Next() {
43
it.it.Next()
Callers
1
Prev
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected