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

Function processClassValue

fdbclient/SystemData.cpp:816–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814}
815
816const Value processClassValue(ProcessClass const& processClass) {
817 BinaryWriter wr(IncludeVersion(ProtocolVersion::withProcessClassValue()));
818 wr << processClass;
819 return wr.toValue();
820}
821
822Key decodeProcessClassKey(KeyRef const& key) {
823 StringRef processID;

Callers 3

Future<Void> setClassFunction · 0.85
autoConfigFunction · 0.85

Calls 2

IncludeVersionFunction · 0.85
toValueMethod · 0.45

Tested by 1