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

Method connect

src/adapter/asyncStackPolicy.ts:21–21  ·  view source on GitHub ↗

* Installs the policy on the given CDP API.

(cdp: Cdp.Api)

Source from the content-addressed store, hash-verified

19 * Installs the policy on the given CDP API.
20 */
21 connect(cdp: Cdp.Api): Promise<IDisposable>;
22}
23
24const disabled: IAsyncStackPolicy = { connect: async () => noOpDisposable };

Callers 2

constructorMethod · 0.65
createThreadMethod · 0.65

Implementers 2

BrowserTargetManagersrc/targets/browser/browserTargetManag
ProfileControllersrc/adapter/profileController.ts

Calls

no outgoing calls

Tested by

no test coverage detected