Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ IsEffectDefault
Method
IsEffectDefault
libraries/lib-module-manager/PluginDescriptor.cpp:152–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
bool PluginDescriptor::IsEffectDefault() const
153
{
154
return mEffectDefault;
155
}
156
157
bool PluginDescriptor::IsEffectLegacy() const
158
{
Callers
5
SaveGroup
Method · 0.80
AddSortedEffectMenuItems
Function · 0.80
CompareEffectsByPublisherAndName
Function · 0.80
CompareEffectsByTypeAndName
Function · 0.80
IsDefaultPlugin
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected