Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ abortRequested
Method
abortRequested
kdevplatform/language/backgroundparser/parsejob.cpp:223–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
bool ParseJob::abortRequested() const
224
{
225
Q_D(const ParseJob);
226
return d->abortRequested.loadRelaxed() != 0;
227
}
228
229
void ParseJob::requestAbort()
230
{
Callers
nothing calls this directly
Calls
1
loadRelaxed
Method · 0.80
Tested by
no test coverage detected