MCPcopy Create free account
hub / github.com/apple/foundationdb / ~MultiVersionTransaction

Method ~MultiVersionTransaction

fdbclient/MultiVersionTransaction.actor.cpp:1584–1589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1582}
1583
1584MultiVersionTransaction::~MultiVersionTransaction() {
1585 timeoutTsav->trySendError(transaction_cancelled());
1586 if (currentTimeout.isValid()) {
1587 currentTimeout.cancel();
1588 }
1589}
1590
1591bool MultiVersionTransaction::isValid() {
1592 auto tr = getTransaction();

Callers

nothing calls this directly

Calls 3

trySendErrorMethod · 0.80
cancelMethod · 0.65
isValidMethod · 0.45

Tested by

no test coverage detected