MCPcopy 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
291const EffectInstanceFactory*
292EffectManager::GetInstanceFactory(const PluginID& ID)
293{
294 return Get().GetEffect(ID);
295}

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
GetEffectMethod · 0.45

Tested by

no test coverage detected