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

Function keyServersKey

fdbclient/SystemData.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52const uint64_t emptyShardId = 0x7777777;
53
54const Key keyServersKey(const KeyRef& k) {
55 return k.withPrefix(keyServersPrefix);
56}
57const KeyRef keyServersKey(const KeyRef& k, Arena& arena) {
58 return k.withPrefix(keyServersPrefix, arena);
59}

Calls 1

withPrefixMethod · 0.45

Tested by

no test coverage detected