MCPcopy Index your code
hub / github.com/open-cli-tools/concurrently / handle

Method handle

lib/flow-control/flow-controller.ts:10–10  ·  view source on GitHub ↗
(commands: Command[])

Source from the content-addressed store, hash-verified

8 */
9export interface FlowController {
10 handle(commands: Command[]): { commands: Command[]; onFinish?: () => void | Promise<void> };
11}

Callers 12

concurrentlyFunction · 0.65
log-exit.spec.tsFile · 0.65
log-error.spec.tsFile · 0.65
teardown.spec.tsFile · 0.65
log-output.spec.tsFile · 0.65

Implementers 11

LogOutputlib/flow-control/log-output.ts
KillOtherslib/flow-control/kill-others.ts
LoggerPaddinglib/flow-control/logger-padding.ts
LogTimingslib/flow-control/log-timings.ts
LogErrorlib/flow-control/log-error.ts
KillOnSignallib/flow-control/kill-on-signal.ts
OutputErrorHandlerlib/flow-control/output-error-handler.
LogExitlib/flow-control/log-exit.ts
Teardownlib/flow-control/teardown.ts
RestartProcesslib/flow-control/restart-process.ts
InputHandlerlib/flow-control/input-handler.ts

Calls

no outgoing calls

Tested by

no test coverage detected