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

Function OnApplyMacroDirectly

src/BatchProcessDialog.cpp:1465–1469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1463}
1464
1465void OnApplyMacroDirectly(const CommandContext &context )
1466{
1467 const MacroID& Name = context.parameter.GET();
1468 OnApplyMacroDirectlyByName(context, Name);
1469}
1470
1471void OnApplyMacroDirectlyByName(const CommandContext& context, const MacroID& Name)
1472

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected