Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteStorage/FlyDB
/ Next
Method
Next
engine/iterator.go:36–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
func
(it *Iterator) Next() {
37
it.indexIter.Next()
38
it.skipToNext()
39
}
40
41
func
(it *Iterator) Valid() bool {
42
return
it.indexIter.Valid()
Callers
1
TestDB_Iterator_Multi_Value
Function · 0.95
Calls
2
skipToNext
Method · 0.95
Next
Method · 0.65
Tested by
1
TestDB_Iterator_Multi_Value
Function · 0.76