MCPcopy Create free account
hub / github.com/audacity/audacity / Abort

Method Abort

libraries/lib-sqlite-helpers/sqlite/Transaction.cpp:48–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48Error Transaction::Abort() noexcept
49{
50 if (mCommitted)
51 return {};
52
53 if (mBeginResult.IsError())
54 return mBeginResult;
55
56 return mHandler(mConnection, TransactionOperation::RollbackOp, *this);
57}
58} // namespace audacity::sqlite

Callers 2

CloseMethod · 0.45
PerformCloudSaveMethod · 0.45

Calls 1

IsErrorMethod · 0.80

Tested by

no test coverage detected