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