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

Function makeConfigKey

fdbcli/TenantCommands.actor.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88Key makeConfigKey(TenantNameRef tenantName, StringRef configName) {
89 return tenantConfigSpecialKeyRange.begin.withSuffix(Tuple().append(tenantName).append(configName).pack());
90}
91
92void applyConfigurationToSpecialKeys(Reference<ITransaction> tr,
93 TenantNameRef tenantName,

Callers 1

Calls 4

withSuffixMethod · 0.80
TupleClass · 0.50
packMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected