| 55 | } |
| 56 | |
| 57 | void DLTransaction::setVersion(Version v) { |
| 58 | api->transactionSetReadVersion(tr, v); |
| 59 | } |
| 60 | |
| 61 | ThreadFuture<Version> DLTransaction::getReadVersion() { |
| 62 | FdbCApi::FDBFuture* f = api->transactionGetReadVersion(tr); |
nothing calls this directly
no test coverage detected