Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetInstanceFactory
Method
GetInstanceFactory
libraries/lib-effects/EffectManager.cpp:291–295 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
289
}
290
291
const EffectInstanceFactory*
292
EffectManager::GetInstanceFactory(const PluginID& ID)
293
{
294
return Get().GetEffect(ID);
295
}
Callers
nothing calls this directly
Calls
2
Get
Function · 0.85
GetEffect
Method · 0.45
Tested by
no test coverage detected