MCPcopy Create free account
hub / github.com/Snapchat/Valdi / stop

Method stop

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

Source from the content-addressed store, hash-verified

43 }
44
45 public stop(): Promise<IStopMetadata> {
46 this.killed = true;
47 killTree(this.child.pid, this.logger);
48 return this.stopped;
49 }
50}
51
52/**

Callers

nothing calls this directly

Calls 1

killTreeFunction · 0.90

Tested by

no test coverage detected