MCPcopy Create free account
hub / github.com/audacity/audacity / CheckPluginExist

Method CheckPluginExist

libraries/lib-module-manager/ModuleManager.cpp:548–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548bool ModuleManager::CheckPluginExist(const PluginID& providerId, const PluginPath& path) const
549{
550 if(mProviders.find(providerId) == mProviders.end())
551 return false;
552
553 return mProviders.at(providerId)->CheckPluginExist(path);
554}
555
556bool ModuleManager::CheckModuleLoaded(const FilePath& moduleName) const
557{

Callers 2

InitializePluginsMethod · 0.45
IsPluginAvailableMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected