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

Method SetValid

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

Source from the content-addressed store, hash-verified

128}
129
130void PluginDescriptor::SetValid(bool valid)
131{
132 mValid = valid;
133}
134
135// Effects
136

Callers 5

DiscoverFunction · 0.80
PluginManager.cppFile · 0.80
LoadGroupMethod · 0.80
readMetaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected