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

Method isCanceled

kdevplatform/project/filemanagerlistjob.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187bool FileManagerListJob::isCanceled() const
188{
189 return m_canceled.load(std::memory_order_relaxed);
190}
191
192#include "moc_filemanagerlistjob.cpp"

Callers 4

runMethod · 0.80
foreachFunction · 0.80
operator()Method · 0.80
importScanMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected