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

Function serverTagValue

fdbclient/SystemData.cpp:616–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616const Value serverTagValue(Tag tag) {
617 BinaryWriter wr(IncludeVersion(ProtocolVersion::withServerTagValue()));
618 wr << tag;
619 return wr.toValue();
620}
621
622UID decodeServerTagKey(KeyRef const& key) {
623 UID serverID;

Callers 4

seedShardServersFunction · 0.85
SystemData.cppFile · 0.85

Calls 2

IncludeVersionFunction · 0.85
toValueMethod · 0.45

Tested by

no test coverage detected