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

Method GetCommandUrl

src/EffectAndCommandPluginManager.cpp:77–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77ManualPageID EffectAndCommandPluginManager::GetCommandUrl(const PluginID& ID)
78{
79 if (auto pEff = EffectManager::Get().GetEffect(ID))
80 return pEff->GetDefinition().ManualPage();
81 AudacityCommand* pCom = GetAudacityCommand(ID);
82 if (pCom)
83 return pCom->ManualPage();
84
85 return wxEmptyString;
86}
87
88TranslatableString
89EffectAndCommandPluginManager::GetCommandTip(const PluginID& ID)

Callers

nothing calls this directly

Calls 3

GetFunction · 0.85
GetEffectMethod · 0.45
ManualPageMethod · 0.45

Tested by

no test coverage detected