MCPcopy 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
34void TaskWrapper::cancel() {
35 if (m_alive_status) {
36 m_alive_status->cancel();
37 m_alive_status.reset();
38 }
39}

Callers 3

cancel_downloadMethod · 0.80
set_cancel_pressedMethod · 0.80
reset_alive_statusMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected