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

Function blobGranuleMappingValueFor

fdbclient/SystemData.cpp:1433–1437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1431}
1432
1433const Value blobGranuleMappingValueFor(UID const& workerID) {
1434 BinaryWriter wr(IncludeVersion(ProtocolVersion::withBlobGranule()));
1435 wr << workerID;
1436 return wr.toValue();
1437}
1438
1439UID decodeBlobGranuleMappingValue(ValueRef const& value) {
1440 UID workerID;

Calls 2

IncludeVersionFunction · 0.85
toValueMethod · 0.45

Tested by

no test coverage detected