| 1568 | } |
| 1569 | |
| 1570 | const Key blobGranuleMergeBoundaryKeyFor(const KeyRef& key) { |
| 1571 | return key.withPrefix(blobGranuleMergeBoundaryKeys.begin); |
| 1572 | } |
| 1573 | |
| 1574 | const Value blobGranuleMergeBoundaryValueFor(BlobGranuleMergeBoundary const& boundary) { |
| 1575 | BinaryWriter wr(IncludeVersion(ProtocolVersion::withBlobGranule())); |
no test coverage detected