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

Function decodeBlobGranuleMappingValue

fdbclient/SystemData.cpp:1439–1444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1437}
1438
1439UID decodeBlobGranuleMappingValue(ValueRef const& value) {
1440 UID workerID;
1441 BinaryReader reader(value, IncludeVersion());
1442 reader >> workerID;
1443 return workerID;
1444}
1445
1446const Key blobGranuleLockKeyFor(KeyRangeRef const& keyRange) {
1447 BinaryWriter wr(AssumeVersion(ProtocolVersion::withBlobGranule()));

Calls 1

IncludeVersionFunction · 0.85

Tested by

no test coverage detected