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

Method stop

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

Source from the content-addressed store, hash-verified

44 }
45
46 public async stop(): Promise<IStopMetadata> {
47 const r = await Promise.all([this.a.stop(), this.b.stop()]);
48 return r[0];
49 }
50}
51
52/**

Callers

nothing calls this directly

Calls 2

allMethod · 0.80
stopMethod · 0.65

Tested by

no test coverage detected