MCPcopy Create free account
hub / github.com/QuiteRSS/quiterss / reset

Method reset

3rdparty/sqlitex/sqlitedriver.cpp:338–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336
337
338bool SQLiteResult::reset(const QString &query)
339{
340 if (!prepare(query))
341 return false;
342 return exec();
343}
344
345bool SQLiteResult::prepare(const QString &query)
346{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected