MCPcopy Index your code
hub / github.com/nutsdb/nutsdb / Key

Method Key

iterator.go:115–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113}
114
115func (it *Iterator) Key() []byte {
116 if !it.valid {
117 return nil
118 }
119 return it.currentItem.Key
120}
121
122func (it *Iterator) Value() ([]byte, error) {
123 if !it.valid {

Calls

no outgoing calls