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

Function serverTagHistoryKeyFor

fdbclient/SystemData.cpp:589–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589const Key serverTagHistoryKeyFor(UID serverID) {
590 BinaryWriter wr(Unversioned());
591 wr.serializeBytes(serverTagHistoryKeys.begin);
592 wr << serverID;
593 return addVersionStampAtEnd(wr.toValue());
594}
595
596const KeyRange serverTagHistoryRangeFor(UID serverID) {
597 BinaryWriter wr(Unversioned());

Callers 1

Calls 4

UnversionedFunction · 0.85
addVersionStampAtEndFunction · 0.85
serializeBytesMethod · 0.45
toValueMethod · 0.45

Tested by

no test coverage detected