Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
bool 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
46
void BzrAnnotateJob::start()
47
{
Callers
nothing calls this directly
Calls
1
kill
Method · 0.45
Tested by
no test coverage detected