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

Class Key

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

Source from the content-addressed store, hash-verified

528
529TEST_CASE("/flow/IndexedSet/const_iterator") {
530 struct Key {
531 int key;
532 explicit Key(int key) : key(key) {}
533 };
534 struct Metric {
535 int metric;
536 explicit Metric(int metric) : metric(metric) {}

Callers 15

KeyMethod · 0.50
KeyMethod · 0.50
Future<Void> fdbClientFunction · 0.50
getSampleMethod · 0.50
recoverMethod · 0.50
Future<Void> snapshotFunction · 0.50
Future<UID> getClusterIdFunction · 0.50

Calls

no outgoing calls

Tested by 5

_setupMethod · 0.40
randomRWKeyRangeFunction · 0.40
randomKeyFunction · 0.40
setMethod · 0.40