MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / Value

Method Value

driver/hybriddb/iterator.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15func (it *Iterator) Value() []byte {
16 return it.it.Value()
17}
18
19func (it *Iterator) Close() error {
20 if it.it != nil {

Callers 3

TestIteratorFunction · 0.95
TestDB_IteratorFunction · 0.95
TestSnapshot_IteratorFunction · 0.95

Calls

no outgoing calls

Tested by 3

TestIteratorFunction · 0.76
TestDB_IteratorFunction · 0.76
TestSnapshot_IteratorFunction · 0.76