MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / cancelTask

Method cancelTask

ASAP/worklist_interface/Data/SourceProxy.cpp:154–157  ·  view source on GitHub ↗

########################################### Proxy Calls ########################################### ///

Source from the content-addressed store, hash-verified

152
153 /// ########################################### Proxy Calls ########################################### ///
154 void SourceProxy::cancelTask(size_t id)
155 {
156 m_source->cancelTask(id);
157 }
158
159 WorklistSourceInterface::SourceType SourceProxy::getSourceType(void)
160 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected