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

Function decodeProcessClassValue

fdbclient/SystemData.cpp:836–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834}
835
836ProcessClass decodeProcessClassValue(ValueRef const& value) {
837 ProcessClass s;
838 BinaryReader reader(value, IncludeVersion());
839 reader >> s;
840 return s;
841}
842
843const KeyRangeRef configKeys(LiteralStringRef("\xff/conf/"), LiteralStringRef("\xff/conf0"));
844const KeyRef configKeysPrefix = configKeys.begin;

Calls 1

IncludeVersionFunction · 0.85

Tested by

no test coverage detected