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

Method selfCheck

src/yvalve/why.cpp:5487–5491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5485}
5486
5487void YTransaction::selfCheck()
5488{
5489 if (!next)
5490 Arg::Gds(isc_bad_trans_handle).raise();
5491}
5492
5493ITransaction* YTransaction::join(CheckStatusWrapper* status, ITransaction* transaction)
5494{

Callers 1

getTransactionMethod · 0.80

Calls 2

GdsClass · 0.85
raiseMethod · 0.45

Tested by

no test coverage detected