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

Method killCppcheck

plugins/cppcheck/plugin.cpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void Plugin::killCppcheck()
99{
100 if (m_job) {
101 m_job->kill();
102 }
103}
104
105void Plugin::raiseProblemsView()
106{

Callers

nothing calls this directly

Calls 1

killMethod · 0.45

Tested by

no test coverage detected