Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ commit
Method
commit
src/jrd/replication/Replicator.h:186–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
void commit(Firebird::CheckStatusWrapper* status) override
187
{
188
m_replicator->commitTransaction(status, this);
189
}
190
191
void rollback(Firebird::CheckStatusWrapper* status) override
192
{
Callers
1
REPL_trans_commit
Function · 0.45
Calls
1
commitTransaction
Method · 0.45
Tested by
no test coverage detected