Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awawa-dev/HyperHDR
/ addInt
Method
addInt
sources/db/SQLite.cpp:233–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
232
233
bool SqlQuery::addInt(int x)
234
{
235
auto result = sqlite3_bind_int(_prepared, _paramIndex++, x);
236
return result == SQLITE_OK;
237
}
238
239
bool SqlQuery::addDouble(double x)
240
{
Callers
1
doAddBindValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected