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

Function decodeProcessClassKey

fdbclient/SystemData.cpp:822–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820}
821
822Key decodeProcessClassKey(KeyRef const& key) {
823 StringRef processID;
824 BinaryReader rd(key.removePrefix(processClassKeys.begin), Unversioned());
825 rd >> processID;
826 return processID;
827}
828
829UID decodeProcessClassKeyOld(KeyRef const& key) {
830 UID processID;

Calls 2

UnversionedFunction · 0.85
removePrefixMethod · 0.45

Tested by

no test coverage detected