Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
all
Method · 0.80
stop
Method · 0.65
Tested by
no test coverage detected