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

Method doKill

kdevplatform/project/filemanagerlistjob.cpp:178–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178bool FileManagerListJob::doKill()
179{
180 m_canceled.store(true, std::memory_order_relaxed);
181 if (m_remoteFolderSubjob) {
182 m_remoteFolderSubjob->kill();
183 }
184 return true;
185}
186
187bool FileManagerListJob::isCanceled() const
188{

Callers

nothing calls this directly

Calls 2

storeMethod · 0.45
killMethod · 0.45

Tested by

no test coverage detected