Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuiteRSS/quiterss
/ setNumericalPrecisionPolicy
Method
setNumericalPrecisionPolicy
3rdparty/sqlitex/sqlcachedresult.cpp:293–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
291
}
292
293
void SqlCachedResult::setNumericalPrecisionPolicy(QSql::NumericalPrecisionPolicy policy)
294
{
295
QSqlResult::setNumericalPrecisionPolicy(policy);
296
cleanup();
297
}
298
#endif
Callers
nothing calls this directly
Calls
1
cleanup
Class · 0.85
Tested by
no test coverage detected