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

Method GetID

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

Source from the content-addressed store, hash-verified

1278}
1279
1280PluginID PluginManager::GetID(const PluginProvider *provider)
1281{
1282 return ModuleManager::GetID(provider);
1283}
1284
1285PluginID PluginManager::GetID(const ComponentInterface *command)
1286{

Callers 9

RegisterPluginMethod · 0.45
PluginManager.cppFile · 0.45
TerminateMethod · 0.45
DropFileMethod · 0.45
SaveGroupMethod · 0.45
GetPluginMethod · 0.45
LoadMethod · 0.45
ClearEffectPluginsMethod · 0.45
IsPluginAvailableMethod · 0.45

Calls 5

GetIDFunction · 0.85
GetVendorMethod · 0.45
GetSymbolMethod · 0.45
GetPathMethod · 0.45
GetFamilyMethod · 0.45

Tested by

no test coverage detected