MCPcopy
hub / github.com/open-cli-tools/concurrently / CommandValues

Interface CommandValues

lib/command.spec.ts:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17} from './command.js';
18
19interface CommandValues {
20 error: unknown;
21 close: CloseEvent;
22 timer: unknown[];
23}
24
25let process: ChildProcess;
26let sendMessage: Mock;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…