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

Method SetEnabled

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

Source from the content-addressed store, hash-verified

123}
124
125void PluginDescriptor::SetEnabled(bool enable)
126{
127 mEnabled = enable;
128}
129
130void PluginDescriptor::SetValid(bool valid)
131{

Callers 5

DiscoverFunction · 0.45
PluginManager.cppFile · 0.45
DropFileMethod · 0.45
LoadGroupMethod · 0.45
EnablePluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected