MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / batchExecuteCommand

Method batchExecuteCommand

packages/shell/src/api/command.ts:27–29  ·  view source on GitHub ↗
(commands: { name: string; args: IPublicTypeCommandHandlerArgs }[])

Source from the content-addressed store, hash-verified

25 }
26
27 batchExecuteCommand(commands: { name: string; args: IPublicTypeCommandHandlerArgs }[]): void {
28 this[commandSymbol].batchExecuteCommand(commands, this[pluginContextSymbol]);
29 }
30
31 executeCommand(name: string, args: IPublicTypeCommandHandlerArgs): void {
32 this[commandSymbol].executeCommand(name, args);

Callers

nothing calls this directly

Calls 1

batchExecuteCommandMethod · 0.65

Tested by

no test coverage detected