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

Function krmSetRangeCoalescing

fdbclient/KeyRangeMap.actor.cpp:303–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 return Void();
302}
303Future<Void> krmSetRangeCoalescing(Transaction* const& tr,
304 Key const& mapPrefix,
305 KeyRange const& range,
306 KeyRange const& maxRange,
307 Value const& value) {
308 return krmSetRangeCoalescing_(tr, mapPrefix, range, maxRange, value);
309}
310Future<Void> krmSetRangeCoalescing(Reference<ReadYourWritesTransaction> const& tr,
311 Key const& mapPrefix,
312 KeyRange const& range,

Calls 1

getPtrMethod · 0.45

Tested by

no test coverage detected