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

Function decodeDatacenterReplicasValue

fdbclient/SystemData.cpp:715–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713 return dcID;
714}
715int decodeDatacenterReplicasValue(ValueRef const& value) {
716 int s;
717 BinaryReader reader(value, IncludeVersion());
718 reader >> s;
719 return s;
720}
721
722// "\xff\x02/tLogDatacenters/[[datacenterID]]"
723extern const KeyRangeRef tLogDatacentersKeys;

Calls 1

IncludeVersionFunction · 0.85

Tested by

no test coverage detected