Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ doKill
Method
doKill
plugins/bazaar/diffjob.cpp:58–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
bool DiffJob::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
67
void DiffJob::prepareResult(KJob*)
68
{
Callers
nothing calls this directly
Calls
1
kill
Method · 0.45
Tested by
no test coverage detected