MCPcopy Create free account
hub / github.com/SpartanJ/eepp / forEachPlugin

Method forEachPlugin

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

Source from the content-addressed store, hash-verified

346}
347
348void PluginManager::forEachPlugin( std::function<void( Plugin* )> fn ) {
349 for ( auto& plugin : mPlugins )
350 fn( plugin.second );
351}
352
353std::shared_ptr<PluginsModel> PluginsModel::New( PluginManager* manager ) {
354 return std::make_shared<PluginsModel>( manager );

Callers 3

saveMethod · 0.80
saveProjectMethod · 0.80
loadProjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected