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

Method doKill

plugins/bazaar/bzrannotatejob.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool BzrAnnotateJob::doKill()
38{
39 m_status = KDevelop::VcsJob::JobCanceled;
40 if (m_job)
41 return m_job->kill(KJob::Quietly);
42 else
43 return true;
44}
45
46void BzrAnnotateJob::start()
47{

Callers

nothing calls this directly

Calls 1

killMethod · 0.45

Tested by

no test coverage detected