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

Method ApplyInner

src/commands/HelpCommand.cpp:109–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109bool HelpCommand::ApplyInner(const CommandContext & context){
110 PluginID ID = PluginManager::Get().GetByCommandIdentifier(mCommandName);
111 if( ID.empty() )
112 context.Status( "Command not found" );
113 else
114 EffectAndCommandPluginManager::Get().GetCommandDefinition(ID, context, 1);
115 return true;
116}
117
118template<bool Const>
119bool CommentCommand::VisitSettings( SettingsVisitorBase<Const> & S ){

Callers

nothing calls this directly

Calls 4

GetFunction · 0.85
GetCommandDefinitionMethod · 0.80
emptyMethod · 0.45
StatusMethod · 0.45

Tested by

no test coverage detected