MCPcopy 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
45func (it *Iterator) Key() []byte {
46 return it.indexIter.Key()
47}
48
49func (it *Iterator) Value() ([]byte, error) {
50 logRecordPst := it.indexIter.Value()

Callers 4

FirstIndexMethod · 0.95
LastIndexMethod · 0.95

Calls 1

KeyMethod · 0.65

Tested by 2