MCPcopy 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
223bool ParseJob::abortRequested() const
224{
225 Q_D(const ParseJob);
226 return d->abortRequested.loadRelaxed() != 0;
227}
228
229void ParseJob::requestAbort()
230{

Callers

nothing calls this directly

Calls 1

loadRelaxedMethod · 0.80

Tested by

no test coverage detected