| 2647 | } |
| 2648 | |
| 2649 | KeyRef ReadYourWritesTransaction::getMaxReadKey() { |
| 2650 | if (options.readSystemKeys) |
| 2651 | return systemKeys.end; |
| 2652 | else |
| 2653 | return normalKeys.end; |
| 2654 | } |
| 2655 | |
| 2656 | KeyRef ReadYourWritesTransaction::getMaxWriteKey() { |
| 2657 | if (options.writeSystemKeys) |
no outgoing calls
no test coverage detected