MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / commit

Method commit

sources/db/SQLite.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119bool SqlDatabase::commit()
120{
121 return sqlite3_exec(_handle, "END TRANSACTION;", NULL, NULL, NULL) == SQLITE_OK;
122}
123
124bool SqlDatabase::rollback()
125{

Callers 2

updateRecordMethod · 0.80
restoreBackupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected