MCPcopy 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
229void CompileAnalyzer::killJob()
230{
231 if (m_job) {
232 m_job->kill();
233 }
234}
235
236void CompileAnalyzer::runToolOnFile()
237{

Callers

nothing calls this directly

Calls 1

killMethod · 0.45

Tested by

no test coverage detected