MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / startBuilder

Method startBuilder

src/yvalve/DistributedTransaction.cpp:626–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626DtcStart* Dtc::startBuilder(CheckStatusWrapper* status)
627{
628 try
629 {
630 status->init();
631
632 return FB_NEW DtcStart;
633 }
634 catch (const Exception& ex)
635 {
636 ex.stuffException(status);
637 }
638
639 return NULL;
640}
641
642} // namespace Why

Callers 1

Calls 2

initMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected