MCPcopy
hub / github.com/microsoft/vscode-js-debug / rootDap

Method rootDap

src/test/test.ts:433–435  ·  view source on GitHub ↗

* Returns the root session DAP connection.

()

Source from the content-addressed store, hash-verified

431 * Returns the root session DAP connection.
432 */
433 rootDap() {
434 return this._root.dap;
435 }
436
437 async waitForTopLevel() {
438 const result = await new Promise(f => (this._launchCallback = f));

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected