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

Function decodeBlobWorkerListValue

fdbclient/SystemData.cpp:1646–1651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1644}
1645
1646BlobWorkerInterface decodeBlobWorkerListValue(ValueRef const& value) {
1647 BlobWorkerInterface interf;
1648 ObjectReader reader(value.begin(), IncludeVersion());
1649 reader.deserialize(interf);
1650 return interf;
1651}
1652
1653const KeyRangeRef storageQuotaKeys(LiteralStringRef("\xff/storageQuota/"), LiteralStringRef("\xff/storageQuota0"));
1654const KeyRef storageQuotaPrefix = storageQuotaKeys.begin;

Calls 3

IncludeVersionFunction · 0.85
beginMethod · 0.45
deserializeMethod · 0.45

Tested by

no test coverage detected