Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ ~ReplTransaction
Method
~ReplTransaction
examples/replication/fbSampleReplicator.cpp:262–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
}
261
262
ReplTransaction::~ReplTransaction()
263
{
264
WriteLog(parent->log,
"%p\tTransaction destructed\n"
, this);
265
trans->release();
266
parent->release();
267
}
268
269
void ReplTransaction::dispose()
270
{
Callers
nothing calls this directly
Calls
1
release
Method · 0.45
Tested by
no test coverage detected