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

Function blobGranuleHistoryKeyRangeFor

fdbclient/SystemData.cpp:1605–1607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1603}
1604
1605const KeyRange blobGranuleHistoryKeyRangeFor(KeyRangeRef const& range) {
1606 return KeyRangeRef(blobGranuleHistoryKeyFor(range, 0), blobGranuleHistoryKeyFor(range, MAX_VERSION));
1607}
1608
1609const Value blobGranuleHistoryValueFor(Standalone<BlobGranuleHistoryValue> const& historyValue) {
1610 ASSERT(historyValue.parentVersions.empty() ||

Calls 2

blobGranuleHistoryKeyForFunction · 0.85
KeyRangeRefClass · 0.50

Tested by

no test coverage detected