Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteStorage/FlyDB
/ Key
Method
Key
engine/iterator.go:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
func
(it *Iterator) Key() []byte {
46
return
it.indexIter.Key()
47
}
48
49
func
(it *Iterator) Value() ([]byte, error) {
50
logRecordPst := it.indexIter.Value()
Callers
4
FirstIndex
Method · 0.95
LastIndex
Method · 0.95
TestDB_Iterator_One_Value
Function · 0.95
TestDB_Iterator_Multi_Value
Function · 0.95
Calls
1
Key
Method · 0.65
Tested by
2
TestDB_Iterator_One_Value
Function · 0.76
TestDB_Iterator_Multi_Value
Function · 0.76