MCPcopy Create free account
hub / github.com/chhoumann/quickadd / runSubset

Method runSubset

src/engine/MacroChoiceEngine.ts:736–739  ·  view source on GitHub ↗
(commands: ICommand[])

Source from the content-addressed store, hash-verified

734 }
735
736 public async runSubset(commands: ICommand[]): Promise<void> {
737 if (!commands?.length) return;
738 await this.executeCommands(commands);
739 }
740
741 public setOutput(value: unknown): void {
742 this.output = value;

Callers 1

tryExecuteExportMethod · 0.80

Calls 1

executeCommandsMethod · 0.95

Tested by

no test coverage detected