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

Function serverListValue

fdbclient/SystemData.cpp:757–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757const Value serverListValue(StorageServerInterface const& server) {
758 auto protocolVersion = currentProtocolVersion();
759 protocolVersion.addObjectSerializerFlag();
760 return ObjectWriter::toValue(server, IncludeVersion(protocolVersion));
761}
762
763UID decodeServerListKey(KeyRef const& key) {
764 UID serverID;

Callers 4

seedShardServersFunction · 0.85
testSSISerdesFunction · 0.85

Calls 2

currentProtocolVersionFunction · 0.85
IncludeVersionFunction · 0.85

Tested by

no test coverage detected