MCPcopy Index your code
hub / github.com/angular/angular-cli / startNgProcess

Method startNgProcess

packages/angular/cli/src/commands/mcp/host.ts:99–99  ·  view source on GitHub ↗

* Spawns a long-running child process and returns the `ChildProcess` object. * @param args The arguments to pass to the command. * @param options Options for the child process. * @returns The spawned `ChildProcess` instance.

(
    args: readonly string[],
    options?: {
      stdio?: 'pipe' | 'ignore';
      cwd?: string;
      env?: Record<string, string>;
    },
  )

Source from the content-addressed store, hash-verified

97 * @returns The spawned `ChildProcess` instance.
98 */
99 startNgProcess(
100 args: readonly string[],
101 options?: {
102 stdio?: 'pipe' | 'ignore';

Callers 2

startMethod · 0.80
startNgProcessFunction · 0.80

Implementers 1

MockHostpackages/angular/cli/src/commands/mcp/

Calls

no outgoing calls

Tested by

no test coverage detected