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

Function getKey

flowbench/GlobalData.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40KeyRef getKey(size_t keySize) {
41 initGlobalData();
42 ASSERT(keySize);
43 return KeyRef(globalData, keySize);
44}

Callers 8

bench_hashFunction · 0.70
bench_encryptFunction · 0.70
bench_decryptFunction · 0.70
resolveKeyFunction · 0.50
getKeyMethod · 0.50

Calls 2

initGlobalDataFunction · 0.85
KeyRefClass · 0.85

Tested by

no test coverage detected