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

Function blobGranuleMergeBoundaryKeyFor

fdbclient/SystemData.cpp:1570–1572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 1

withPrefixMethod · 0.45

Tested by

no test coverage detected