MCPcopy 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
86QSharedPointer<const ChecksDB> Plugin::loadedChecksDB()
87{
88 if (m_db.isNull()) {
89 reloadDB();
90 }
91
92 return m_db;
93}
94
95void Plugin::reloadDB()
96{

Callers 1

createJobMethod · 0.80

Calls 1

isNullMethod · 0.80

Tested by

no test coverage detected