DLTransaction
| 51 | |
| 52 | // DLTransaction |
| 53 | void DLTransaction::cancel() { |
| 54 | api->transactionCancel(tr); |
| 55 | } |
| 56 | |
| 57 | void DLTransaction::setVersion(Version v) { |
| 58 | api->transactionSetReadVersion(tr, v); |
nothing calls this directly
no test coverage detected