Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
125
void PluginDescriptor::SetEnabled(bool enable)
126
{
127
mEnabled = enable;
128
}
129
130
void PluginDescriptor::SetValid(bool valid)
131
{
Callers
5
Discover
Function · 0.45
PluginManager.cpp
File · 0.45
DropFile
Method · 0.45
LoadGroup
Method · 0.45
EnablePlugin
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected