MCPcopy Create free account
hub / github.com/chris2511/xca / commit

Method commit

lib/sql.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool DbTransaction::commit(const char *file, int line)
97{
98 return finish("Commit", file, line);
99}
100
101bool DbTransaction::rollback(const char *file, int line)
102{

Callers 1

finishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected