Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteStorage/FlyDB
/ Valid
Method
Valid
engine/iterator.go:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
func
(it *Iterator) Valid() bool {
42
return
it.indexIter.Valid()
43
}
44
45
func
(it *Iterator) Key() []byte {
46
return
it.indexIter.Key()
Callers
3
TestDB_NewIterator
Function · 0.95
TestDB_Iterator_One_Value
Function · 0.95
TestDB_Iterator_Multi_Value
Function · 0.95
Calls
1
Valid
Method · 0.65
Tested by
3
TestDB_NewIterator
Function · 0.76
TestDB_Iterator_One_Value
Function · 0.76
TestDB_Iterator_Multi_Value
Function · 0.76