| 628 | } |
| 629 | |
| 630 | Future<Void> SpecialKeySpace::commit(ReadYourWritesTransaction* ryw) { |
| 631 | return commitActor(this, ryw); |
| 632 | } |
| 633 | |
| 634 | // For SKSCTestRWImpl and SKSCTestAsyncReadImpl |
| 635 | Future<RangeResult> SKSCTestGetRangeBase(ReadYourWritesTransaction* ryw, KeyRangeRef kr, GetRangeLimits limitsHint) { |
nothing calls this directly
no test coverage detected