Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ abortAllJobs
Method
abortAllJobs
kdevplatform/language/backgroundparser/backgroundparser.cpp:791–798 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
789
}
790
791
void BackgroundParser::abortAllJobs()
792
{
793
Q_D(BackgroundParser);
794
795
qCDebug(LANGUAGE) <<
"Aborting all parse jobs"
;
796
797
d->m_weaver.requestAbort();
798
}
799
800
void BackgroundParser::suspend()
801
{
Callers
2
cleanup
Method · 0.80
initTestCase
Method · 0.80
Calls
1
requestAbort
Method · 0.80
Tested by
1
initTestCase
Method · 0.64