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

Method OldGetID

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

Source from the content-addressed store, hash-verified

1293}
1294
1295PluginID PluginManager::OldGetID(const EffectDefinitionInterface* effect)
1296{
1297 return wxString::Format(wxT("%s_%s_%s_%s_%s"),
1298 GetPluginTypeString(PluginTypeEffect),
1299 effect->GetFamily().Internal(),
1300 effect->GetVendor().Internal(),
1301 effect->GetSymbol().Internal(),
1302 effect->GetPath());
1303}
1304
1305PluginID PluginManager::GetID(const EffectDefinitionInterface* effect)
1306{

Callers 6

HasConfigGroupFunction · 0.80
GetConfigSubgroupsFunction · 0.80
HasConfigValueFunction · 0.80
GetConfigValueFunction · 0.80
RemoveConfigSubgroupFunction · 0.80
RemoveConfigFunction · 0.80

Calls 4

GetFamilyMethod · 0.45
GetVendorMethod · 0.45
GetSymbolMethod · 0.45
GetPathMethod · 0.45

Tested by

no test coverage detected