MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / removeTaskContext

Method removeTaskContext

Suscan/MultitaskController.cpp:251–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void
252MultitaskController::removeTaskContext(CancellableTaskContext *ctx)
253{
254 this->taskList.remove(ctx);
255 this->deadList.push_back(ctx);
256 this->repopulateTaskVector();
257}
258
259
260void

Callers 3

onDoneMethod · 0.95
onCancelledMethod · 0.95
onErrorMethod · 0.95

Calls 2

repopulateTaskVectorMethod · 0.95
removeMethod · 0.80

Tested by

no test coverage detected