Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ killJob
Method
killJob
plugins/compileanalyzercommon/compileanalyzer.cpp:229–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
void CompileAnalyzer::killJob()
230
{
231
if (m_job) {
232
m_job->kill();
233
}
234
}
235
236
void CompileAnalyzer::runToolOnFile()
237
{
Callers
nothing calls this directly
Calls
1
kill
Method · 0.45
Tested by
no test coverage detected