Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codestation/qcma
/ ~SQLiteDB
Method
~SQLiteDB
common/sqlitedb.cpp:163–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
SQLiteDB::~SQLiteDB()
164
{
165
db.close();
166
timer->stop();
167
delete timer;
168
thread->quit();
169
thread->wait();
170
delete thread;
171
}
172
173
174
void SQLiteDB::setUUID(const QString &uuid)
Callers
nothing calls this directly
Calls
2
close
Method · 0.80
stop
Method · 0.45
Tested by
no test coverage detected