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

Function command_result plugin_shutdown

plugins/devel/memview.cpp:215–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 return CR_OK;
214}
215DFhackCExport command_result plugin_shutdown (color_ostream &out)
216{
217 mymutex->lock();
218 Deinit();
219 mymutex->unlock();
220 delete mymutex;
221 mymutex = nullptr;
222 return CR_OK;
223}

Callers

nothing calls this directly

Calls 3

DeinitFunction · 0.85
lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected