Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awawa-dev/HyperHDR
/ transaction
Method
transaction
sources/db/SQLite.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
bool SqlDatabase::transaction()
115
{
116
return sqlite3_exec(_handle,
"BEGIN TRANSACTION;"
, NULL, NULL, NULL) == SQLITE_OK;
117
}
118
119
bool SqlDatabase::commit()
120
{
Callers
3
a
Function · 0.80
updateRecord
Method · 0.80
restoreBackup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected