Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
bool SqlDatabase::commit()
120
{
121
return sqlite3_exec(_handle,
"END TRANSACTION;"
, NULL, NULL, NULL) == SQLITE_OK;
122
}
123
124
bool SqlDatabase::rollback()
125
{
Callers
2
updateRecord
Method · 0.80
restoreBackup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected