MCPcopy Create free account
hub / github.com/SpartanJ/eepp / ~PluginManager

Method ~PluginManager

src/tools/ecode/plugins/pluginmanager.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 mLoadFileFn( loadFileCb ) {}
24
25PluginManager::~PluginManager() {
26 mClosing = true;
27 for ( auto& plugin : mPlugins ) {
28 Log::debug( "PluginManager: unloading plugin %s", plugin.second->getTitle() );
29 eeDelete( plugin.second );
30 }
31 unsubscribeFileSystemListener();
32}
33
34bool PluginManager::isClosing() const {
35 return mClosing;

Callers

nothing calls this directly

Calls 2

debugFunction · 0.85
getTitleMethod · 0.45

Tested by

no test coverage detected