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

Method isEnabled

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

Source from the content-addressed store, hash-verified

80}
81
82bool PluginManager::isEnabled( const std::string& id ) const {
83 return mPluginsEnabled.find( id ) != mPluginsEnabled.end() ? mPluginsEnabled.at( id ) : false;
84}
85
86bool PluginManager::reload( const std::string& id ) {
87 if ( !isPluginReloadEnabled() ) {

Callers 5

runBuildMethod · 0.45
dataMethod · 0.45
NewMethod · 0.45
setupFoldRangeServiceMethod · 0.45
updateStatusBarSyncMethod · 0.45

Calls 3

atMethod · 0.80
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected