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

Method RegisterPlugin

libraries/lib-module-manager/PluginManager.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void PluginManager::RegisterPlugin(PluginDescriptor&& desc)
156{
157 mRegisteredPlugins[desc.GetID()] = std::move(desc);
158}
159
160const PluginID & PluginManager::RegisterPlugin(PluginProvider *provider)
161{

Callers 4

EffectManager.cppFile · 0.80
PluginManager.cppFile · 0.80
OnPluginFoundMethod · 0.80
OnValidationFinishedMethod · 0.80

Calls 2

moveFunction · 0.85
GetIDMethod · 0.45

Tested by

no test coverage detected