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

Method validate

src/jrd/jrd.cpp:2672–2676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2670}
2671
2672JTransaction* JTransaction::validate(CheckStatusWrapper* user_status, IAttachment* testAtt)
2673{
2674 // Do not raise error in status - just return NULL if attachment does not match
2675 return (sAtt && sAtt->getInterface() == testAtt) ? this : NULL;
2676}
2677
2678JTransaction* JTransaction::enterDtc(CheckStatusWrapper* user_status)
2679{

Callers 2

checkFileMethod · 0.45

Calls 1

getInterfaceMethod · 0.45

Tested by

no test coverage detected