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

Method remoteTransaction

src/remote/client/interface.cpp:10052–10056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10050}
10051
10052Rtr* Attachment::remoteTransaction(ITransaction* apiTra)
10053{
10054 Transaction* rt = remoteTransactionInterface(apiTra);
10055 return rt ? rt->getTransaction() : NULL;
10056}
10057
10058Transaction* Attachment::remoteTransactionInterface(ITransaction* apiTra)
10059{

Callers 2

startAndSendMethod · 0.80
startMethod · 0.80

Calls 1

getTransactionMethod · 0.45

Tested by

no test coverage detected