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