Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Predelnik/DSpellCheck
/ cancel
Method
cancel
src/common/TaskWrapper.cpp:34–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
void TaskWrapper::cancel() {
35
if (m_alive_status) {
36
m_alive_status->cancel();
37
m_alive_status.reset();
38
}
39
}
Callers
3
cancel_download
Method · 0.80
set_cancel_pressed
Method · 0.80
reset_alive_status
Method · 0.80
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected