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

Method GetCommandIdentifier

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

Source from the content-addressed store, hash-verified

1151}
1152
1153CommandID PluginManager::GetCommandIdentifier(const PluginID& ID) const
1154{
1155 const auto name = GetSymbol(ID).Internal();
1156 return EffectDefinitionInterface::GetSquashedName(name);
1157}
1158
1159const PluginID&
1160PluginManager::GetByCommandIdentifier(const CommandID& strTarget)

Callers 4

MacroCommandsCatalogMethod · 0.80
GetCommandDefinitionMethod · 0.80
HandleTextualCommandMethod · 0.80
SendCommandsMethod · 0.80

Calls 1

GetSymbolFunction · 0.85

Tested by

no test coverage detected