MCPcopy Create free account
hub / github.com/codestation/qcma / getLastError

Method getLastError

common/sqlitedb.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252QSqlError SQLiteDB::getLastError()
253{
254 return db.lastError();
255}
256
257int SQLiteDB::create()
258{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected