MCPcopy 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
545void DtcStart::dispose()
546{
547 for (unsigned i = 0; i < components.getCount(); ++i)
548 components[i].att->release();
549
550 delete this;
551}
552
553YTransaction* DtcStart::start(CheckStatusWrapper* status)
554{

Callers 1

startMethod · 0.95

Calls 2

getCountMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected