MCPcopy Index your code
hub / github.com/microsoft/vscode-js-debug / stop

Method stop

src/targets/node/program.ts:74–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 public stop(): Promise<IStopMetadata> {
75 this.killed = true;
76 killTree(this.child.pid as number, this.logger, this.killBehavior);
77 return this.stopped;
78 }
79}
80
81/**

Callers

nothing calls this directly

Calls 1

killTreeFunction · 0.90

Tested by

no test coverage detected