MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / error

Method error

sources/db/SQLite.cpp:103–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101};
102
103QString SqlDatabase::error()
104{
105 QString retMsg;
106 auto message = sqlite3_errmsg(_handle);
107 if (message != nullptr)
108 {
109 retMsg = QString::fromUtf8(message);
110 }
111 return retMsg;
112}
113
114bool SqlDatabase::transaction()
115{

Callers 15

startCaptureFunction · 0.45
funcFunction · 0.45
jsoneditor.min.jsFile · 0.45
setFunction · 0.45
hFunction · 0.45
EFunction · 0.45
localCompileFunction · 0.45
nFunction · 0.45
rFunction · 0.45
jquery.min.jsFile · 0.45
resolveFileErrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected