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

Method cancel

fdbclient/MultiVersionTransaction.actor.cpp:53–55  ·  view source on GitHub ↗

DLTransaction

Source from the content-addressed store, hash-verified

51
52// DLTransaction
53void DLTransaction::cancel() {
54 api->transactionCancel(tr);
55}
56
57void DLTransaction::setVersion(Version v) {
58 api->transactionSetReadVersion(tr, v);

Callers

nothing calls this directly

Calls 2

getTransactionFunction · 0.85
cancelMethod · 0.65

Tested by

no test coverage detected