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

Method projectClosed

plugins/cppcheck/plugin.cpp:142–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void Plugin::projectClosed(KDevelop::IProject* project)
143{
144 if (project != m_model->project()) {
145 return;
146 }
147
148 killCppcheck();
149 m_model->reset();
150}
151
152void Plugin::runCppcheck(bool checkProject)
153{

Callers

nothing calls this directly

Calls 2

projectMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected