Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ loadedChecksDB
Method
loadedChecksDB
plugins/clazy/plugin.cpp:86–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
QSharedPointer<const ChecksDB> Plugin::loadedChecksDB()
87
{
88
if (m_db.isNull()) {
89
reloadDB();
90
}
91
92
return m_db;
93
}
94
95
void Plugin::reloadDB()
96
{
Callers
1
createJob
Method · 0.80
Calls
1
isNull
Method · 0.80
Tested by
no test coverage detected