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

Method doKill

plugins/bazaar/copyjob.cpp:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58bool CopyJob::doKill()
59{
60 m_status = KDevelop::VcsJob::JobCanceled;
61 if (m_job)
62 return m_job->kill(KJob::Quietly);
63 else
64 return true;
65}
66
67void CopyJob::addToVcs(KIO::Job* job, const QUrl& from, const QUrl& to, const QDateTime& mtime, bool directory, bool renamed)
68{

Callers

nothing calls this directly

Calls 1

killMethod · 0.45

Tested by

no test coverage detected