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

Method validate

src/remote/client/interface.cpp:1699–1702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1697
1698
1699Transaction* Transaction::validate(CheckStatusWrapper* /*status*/, IAttachment* testAtt)
1700{
1701 return (transaction && remAtt == testAtt) ? this : NULL;
1702}
1703
1704
1705Transaction* Transaction::enterDtc(CheckStatusWrapper* status)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected