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

Function recover_jobs

plugins/workflow.cpp:599–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599static void recover_jobs(color_ostream &out)
600{
601 for (int i = pending_recover.size()-1; i >= 0; i--)
602 if (recover_job(out, pending_recover[i]))
603 vector_erase_at(pending_recover, i);
604}
605
606static void process_constraints(color_ostream &out);
607

Callers 2

update_data_structuresFunction · 0.85

Calls 3

recover_jobFunction · 0.85
vector_erase_atFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected