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

Function getKeyWithPrefix

fdbclient/DatabaseConfiguration.cpp:487–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487Key getKeyWithPrefix(std::string const& k) {
488 return StringRef(k).withPrefix(configKeysPrefix);
489}
490
491void DatabaseConfiguration::overwriteProxiesCount() {
492 Key commitProxiesKey = getKeyWithPrefix("commit_proxies");

Callers 1

overwriteProxiesCountMethod · 0.85

Calls 2

StringRefClass · 0.50
withPrefixMethod · 0.45

Tested by

no test coverage detected