Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ dispose
Method
dispose
src/yvalve/DistributedTransaction.cpp:545–551 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
543
}
544
545
void DtcStart::dispose()
546
{
547
for (unsigned i = 0; i < components.getCount(); ++i)
548
components[i].att->release();
549
550
delete this;
551
}
552
553
YTransaction* DtcStart::start(CheckStatusWrapper* status)
554
{
Callers
1
start
Method · 0.95
Calls
2
getCount
Method · 0.45
release
Method · 0.45
Tested by
no test coverage detected