Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
bool FileManagerListJob::isCanceled() const
188
{
189
return m_canceled.load(std::memory_order_relaxed);
190
}
191
192
#include
"moc_filemanagerlistjob.cpp"
Callers
4
run
Method · 0.80
foreach
Function · 0.80
operator()
Method · 0.80
importScan
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected