MCPcopy Create free account
hub / github.com/apple/foundationdb / setVersion

Method setVersion

fdbclient/MultiVersionTransaction.actor.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void DLTransaction::setVersion(Version v) {
58 api->transactionSetReadVersion(tr, v);
59}
60
61ThreadFuture<Version> DLTransaction::getReadVersion() {
62 FdbCApi::FDBFuture* f = api->transactionGetReadVersion(tr);

Callers

nothing calls this directly

Calls 1

getTransactionFunction · 0.85

Tested by

no test coverage detected