Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ IsDefaultPlugin
Function
IsDefaultPlugin
src/menus/MenuHelper.cpp:530–535 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
528
}
529
530
bool IsDefaultPlugin(const PluginDescriptor* plug)
531
{
532
if (plug->IsEffectDefault())
533
return true;
534
return false;
535
}
536
537
bool IsBundledPlugin(const PluginDescriptor* plug)
538
{
Callers
2
IsBundledPlugin
Function · 0.85
PopulateEffectsMenu
Method · 0.85
Calls
1
IsEffectDefault
Method · 0.80
Tested by
no test coverage detected