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

Method spawn

src/adapter/dwarf/wasmSymbolProvider.ts:41–41  ·  view source on GitHub ↗

* Gets a handle to a wasm worker for the given session.

(cdp: Cdp.Api)

Source from the content-addressed store, hash-verified

39 * Gets a handle to a wasm worker for the given session.
40 */
41 spawn(cdp: Cdp.Api): Promise<IWasmWorkerExt | null>;
42
43 /**
44 * Corresponds to {@link IDwarfModuleProvider.prompt}

Callers 7

setupCRAFunction · 0.65
startDevServerFunction · 0.65
launchFunction · 0.65
createProcessMethod · 0.65
createProcessMethod · 0.65
spawnMethod · 0.65
WasmSymbolProviderClass · 0.65

Implementers 1

WasmWorkerFactorysrc/adapter/dwarf/wasmSymbolProvider.t

Calls

no outgoing calls

Tested by

no test coverage detected