MCPcopy Create free account
hub / github.com/apple/foundationdb / Key

Method Key

flow/IndexedSet.cpp:532–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530 struct Key {
531 int key;
532 explicit Key(int key) : key(key) {}
533 };
534 struct Metric {
535 int metric;

Callers 15

TestVersionstampFunction · 0.45
ExampleTransactorFunction · 0.45
ExampleReadTransactorFunction · 0.45
ExamplePrefixRangeFunction · 0.45
ExampleRangeIteratorFunction · 0.45
TestKeyToStringFunction · 0.45
FDBRangeKeysMethod · 0.45
nodeContainingKeyMethod · 0.45
PackMethod · 0.45
FDBKeyMethod · 0.45
FDBRangeKeysMethod · 0.45

Calls

no outgoing calls

Tested by 7

TestVersionstampFunction · 0.36
ExampleTransactorFunction · 0.36
ExampleReadTransactorFunction · 0.36
ExamplePrefixRangeFunction · 0.36
ExampleRangeIteratorFunction · 0.36
TestKeyToStringFunction · 0.36