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

Method encode

fdbclient/SpecialKeySpace.actor.cpp:886–889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884}
885
886Key ExcludeServersRangeImpl::encode(const KeyRef& key) const {
887 return key.removePrefix(LiteralStringRef("\xff/conf/"))
888 .withPrefix(SpecialKeySpace::getModuleRange(SpecialKeySpace::MODULE::MANAGEMENT).begin);
889}
890
891bool parseNetWorkAddrFromKeys(ReadYourWritesTransaction* ryw,
892 bool failed,

Callers 11

enterMethod · 0.45
updateMethod · 0.45
currentMethod · 0.45
smoke_testFunction · 0.45
_convertMethod · 0.45
to_bytesFunction · 0.45
random_alphanum_bytesFunction · 0.45
fnFunction · 0.45
process_lineMethod · 0.45
Tenant.cppFile · 0.45

Calls 2

withPrefixMethod · 0.45
removePrefixMethod · 0.45

Tested by

no test coverage detected