Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
KeyRef getKey(size_t keySize) {
41
initGlobalData();
42
ASSERT(keySize);
43
return KeyRef(globalData, keySize);
44
}
Callers
8
Future<Void> benchStreamActor
Function · 0.70
bench_hash
Function · 0.70
bench_encrypt
Function · 0.70
bench_decrypt
Function · 0.70
Future<Void> storageCacheServer
Function · 0.50
resolveKey
Function · 0.50
Future<Key> getKeyAndConflictRange
Function · 0.50
getKey
Method · 0.50
Calls
2
initGlobalData
Function · 0.85
KeyRef
Class · 0.85
Tested by
no test coverage detected