Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
215
DFhackCExport 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
Deinit
Function · 0.85
lock
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected