Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
251
void
252
MultitaskController::removeTaskContext(CancellableTaskContext *ctx)
253
{
254
this->taskList.remove(ctx);
255
this->deadList.push_back(ctx);
256
this->repopulateTaskVector();
257
}
258
259
260
void
Callers
3
onDone
Method · 0.95
onCancelled
Method · 0.95
onError
Method · 0.95
Calls
2
repopulateTaskVector
Method · 0.95
remove
Method · 0.80
Tested by
no test coverage detected