| 301 | return Void(); |
| 302 | } |
| 303 | Future<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 | } |
| 310 | Future<Void> krmSetRangeCoalescing(Reference<ReadYourWritesTransaction> const& tr, |
| 311 | Key const& mapPrefix, |
| 312 | KeyRange const& range, |
no test coverage detected