Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awawa-dev/HyperHDR
/ exec
Method
exec
sources/db/SQLite.cpp:213–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
bool SqlQuery::exec()
214
{
215
_stepResult = sqlite3_step(_prepared);
216
return _stepResult == SQLITE_DONE || _stepResult == SQLITE_ROW;
217
}
218
219
bool SqlQuery::exec(QString query)
220
{
Callers
15
hexToRgb
Function · 0.80
jsoneditor.min.js
File · 0.80
jsonaceeditor.min.js
File · 0.80
o
Function · 0.80
s
Function · 0.80
marked.min.js
File · 0.80
se
Function · 0.80
jquery.min.js
File · 0.80
xe
Function · 0.80
Ye
Function · 0.80
main
Function · 0.80
tryOpen
Method · 0.80
Calls
1
data
Method · 0.80
Tested by
no test coverage detected