MCPcopy
hub / github.com/lindb/lindb / Key

Method Key

kv/table/iterator.go:32–32  ·  view source on GitHub ↗

Key returns the key of the current key/value pair

()

Source from the content-addressed store, hash-verified

30 HasNext() bool
31 // Key returns the key of the current key/value pair
32 Key() uint32
33 // Value returns the value of the current key/value pair
34 Value() []byte
35}

Callers 15

doMergeMethod · 0.65
generateIteratorFunction · 0.65
TestStoreIteratorFunction · 0.65
TestMergedIteratorFunction · 0.65
generateIteratorFunction · 0.65
initQueueMethod · 0.65
HasNextMethod · 0.65
NextKeyMethod · 0.65
Test_tagsFunction · 0.65
ValidMethod · 0.65

Calls

no outgoing calls

Tested by 7

generateIteratorFunction · 0.52
TestStoreIteratorFunction · 0.52
TestMergedIteratorFunction · 0.52
generateIteratorFunction · 0.52
Test_tagsFunction · 0.52