Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Key
Method
Key
driver/hybriddb/iterator.go:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
}
10
11
func
(it *Iterator) Key() []byte {
12
return
it.it.Key()
13
}
14
15
func
(it *Iterator) Value() []byte {
16
return
it.it.Value()
Callers
3
TestIterator
Function · 0.95
TestDB_Iterator
Function · 0.95
TestSnapshot_Iterator
Function · 0.95
Calls
no outgoing calls
Tested by
3
TestIterator
Function · 0.76
TestDB_Iterator
Function · 0.76
TestSnapshot_Iterator
Function · 0.76