Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1280
PluginID PluginManager::GetID(const PluginProvider *provider)
1281
{
1282
return ModuleManager::GetID(provider);
1283
}
1284
1285
PluginID PluginManager::GetID(const ComponentInterface *command)
1286
{
Callers
9
RegisterPlugin
Method · 0.45
PluginManager.cpp
File · 0.45
Terminate
Method · 0.45
DropFile
Method · 0.45
SaveGroup
Method · 0.45
GetPlugin
Method · 0.45
Load
Method · 0.45
ClearEffectPlugins
Method · 0.45
IsPluginAvailable
Method · 0.45
Calls
5
GetID
Function · 0.85
GetVendor
Method · 0.45
GetSymbol
Method · 0.45
GetPath
Method · 0.45
GetFamily
Method · 0.45
Tested by
no test coverage detected