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

Method IsHidden

libraries/lib-effects/EffectManager.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82
83bool EffectManager::IsHidden(const PluginID & ID)
84{
85 if(auto effect = GetEffect(ID))
86 return effect->GetDefinition().IsHiddenFromMenus();
87 return false;
88}
89
90void EffectManager::SetSkipStateFlag(bool flag)
91{

Callers 1

IsEnabledPluginFunction · 0.80

Calls 2

GetEffectFunction · 0.85
IsHiddenFromMenusMethod · 0.45

Tested by

no test coverage detected