Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
252
QSqlError SQLiteDB::getLastError()
253
{
254
return db.lastError();
255
}
256
257
int SQLiteDB::create()
258
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected