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

Method doKill

plugins/cmake/testing/ctestfindjob.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84bool CTestFindJob::doKill()
85{
86 m_suite = nullptr;
87 KDevelop::ICore::self()->languageController()->backgroundParser()->revertAllRequests(this);
88 return true;
89}
90
91#include "moc_ctestfindjob.cpp"

Callers

nothing calls this directly

Calls 3

revertAllRequestsMethod · 0.80
backgroundParserMethod · 0.80
languageControllerMethod · 0.80

Tested by

no test coverage detected