MCPcopy Create free account
hub / github.com/DFHack/dfhack / command_result plugin_shutdown

Function command_result plugin_shutdown

plugins/autolabor/labormanager.cpp:588–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588DFhackCExport command_result plugin_shutdown(color_ostream &out)
589{
590 cleanup_state();
591
592 delete labor_mapper;
593
594 return CR_OK;
595}
596
597class AutoLaborManager {
598 color_ostream& out;

Callers

nothing calls this directly

Calls 1

cleanup_stateFunction · 0.70

Tested by

no test coverage detected