MCPcopy Create free account
hub / github.com/KDE/kdevelop / forceFullUpdate

Method forceFullUpdate

plugins/cppcheck/problemmodel.cpp:157–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void ProblemModel::forceFullUpdate()
158{
159 if (m_project && !m_plugin->isRunning()) {
160 m_plugin->runCppcheck(m_project, m_path);
161 }
162}
163
164}
165

Callers

nothing calls this directly

Calls 2

runCppcheckMethod · 0.80
isRunningMethod · 0.45

Tested by

no test coverage detected