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

Method GetPluginEnabledSetting

libraries/lib-module-manager/PluginManager.cpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105RegistryPath PluginManager::GetPluginEnabledSetting( const PluginID &ID ) const
106{
107 auto pPlugin = GetPlugin( ID );
108 if ( pPlugin )
109 return GetPluginEnabledSetting( *pPlugin );
110 return {};
111}
112
113RegistryPath PluginManager::GetPluginEnabledSetting(
114 const PluginDescriptor &desc ) const

Callers 1

AdvanceMethod · 0.80

Calls 4

GetPluginFunction · 0.85
GetPluginTypeMethod · 0.80
GetEffectFamilyMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected