Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ requestAbort
Method
requestAbort
kdevplatform/language/backgroundparser/parsejob.cpp:229–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
void ParseJob::requestAbort()
230
{
231
Q_D(ParseJob);
232
233
d->abortRequested = 1;
234
}
235
236
void ParseJob::abortJob()
237
{
Callers
1
abortAllJobs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected