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

Method doKill

kdevplatform/language/backgroundparser/parseprojectjob.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43bool ParseProjectJob::doKill()
44{
45 qCDebug(LANGUAGE) << "stopping project parse job";
46 ICore::self()->languageController()->backgroundParser()->revertAllRequests(this);
47 return true;
48}
49
50ParseProjectJob::~ParseProjectJob() = default;
51

Callers

nothing calls this directly

Calls 3

revertAllRequestsMethod · 0.80
backgroundParserMethod · 0.80
languageControllerMethod · 0.80

Tested by

no test coverage detected