Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
void Plugin::killCppcheck()
99
{
100
if (m_job) {
101
m_job->kill();
102
}
103
}
104
105
void Plugin::raiseProblemsView()
106
{
Callers
nothing calls this directly
Calls
1
kill
Method · 0.45
Tested by
no test coverage detected