MCPcopy Create free account
hub / github.com/DFHack/dfhack / forget_job

Function forget_job

plugins/workflow.cpp:491–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489 ******************************/
490
491static void forget_job(color_ostream &out, ProtectedJob *pj)
492{
493 known_jobs.erase(pj->id);
494 delete pj;
495}
496
497static bool recover_job(color_ostream &out, ProtectedJob *pj)
498{

Callers 2

recover_jobFunction · 0.85
check_lost_jobsFunction · 0.85

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected