Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codestation/qcma
/ Database
Method
Database
common/database.cpp:53–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
};
52
53
Database::Database(QObject *obj_parent) :
54
QObject(obj_parent),
55
mutex()
56
{
57
}
58
59
void Database::process()
60
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected