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

Function update_data_structures

plugins/workflow.cpp:1298–1307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1296}
1297
1298static void update_data_structures(color_ostream &out)
1299{
1300 if (enabled) {
1301 check_lost_jobs(out, 0);
1302 recover_jobs(out);
1303 update_job_data(out);
1304 map_job_constraints(out);
1305 map_job_items(out);
1306 }
1307}
1308
1309/*************
1310 * LUA API *

Callers 5

listConstraintsFunction · 0.85
findConstraintFunction · 0.85
setConstraintFunction · 0.85
getCountHistoryFunction · 0.85
workflow_cmdFunction · 0.85

Calls 5

check_lost_jobsFunction · 0.85
recover_jobsFunction · 0.85
update_job_dataFunction · 0.85
map_job_constraintsFunction · 0.85
map_job_itemsFunction · 0.85

Tested by

no test coverage detected