MCPcopy Create free account
hub / github.com/DFHack/dfhack / ~PluginManager

Method ~PluginManager

library/PluginManager.cpp:867–877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865}
866
867PluginManager::~PluginManager()
868{
869 for (auto it = begin(); it != end(); ++it)
870 {
871 Plugin *p = it->second;
872 delete p;
873 }
874 all_plugins.clear();
875 delete plugin_mutex;
876 delete cmdlist_mutex;
877}
878
879void PluginManager::init()
880{

Callers

nothing calls this directly

Calls 2

beginFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected