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

Method IsEnabled

libraries/lib-module-manager/PluginDescriptor.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80bool PluginDescriptor::IsEnabled() const
81{
82 return mEnabled;
83}
84
85bool PluginDescriptor::IsValid() const
86{

Callers 4

GetEffectStagesImplFunction · 0.45
SaveGroupMethod · 0.45
AdvanceMethod · 0.45
IsPluginEnabledMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected