| 1463 | } |
| 1464 | |
| 1465 | void OnApplyMacroDirectly(const CommandContext &context ) |
| 1466 | { |
| 1467 | const MacroID& Name = context.parameter.GET(); |
| 1468 | OnApplyMacroDirectlyByName(context, Name); |
| 1469 | } |
| 1470 | |
| 1471 | void OnApplyMacroDirectlyByName(const CommandContext& context, const MacroID& Name) |
| 1472 |
nothing calls this directly
no test coverage detected