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

Method get

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

Source from the content-addressed store, hash-verified

48}
49
50Plugin* ecode::PluginManager::get( const std::string& id ) {
51 auto findIt = mPlugins.find( id );
52 if ( findIt != mPlugins.end() )
53 return findIt->second;
54 return nullptr;
55}
56
57bool PluginManager::setEnabled( const std::string& id, bool enable, bool sync ) {
58 mPluginsEnabled[id] = enable;

Callers 15

mainFunction · 0.45
UIBuildSettingsMethod · 0.45
moveStepDirMethod · 0.45
deleteStepMethod · 0.45
runSetupMethod · 0.45
runSelectMethod · 0.45
asyncFuzzyMatchMethod · 0.45
loadConfigMethod · 0.45
saveConfigMethod · 0.45
getDirTreeMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected