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

Method source

src/dap/api.d.ts:1649–1649  ·  view source on GitHub ↗

* The request retrieves the source code for a given source reference.

(params: SourceParams)

Source from the content-addressed store, hash-verified

1647 * The request retrieves the source code for a given source reference.
1648 */
1649 source(params: SourceParams): Promise<SourceResult>;
1650
1651 /**
1652 * The request retrieves a list of all threads.

Callers 15

wasm.test.tsFile · 0.65
dumpSourceFunction · 0.65
_evaluteJsMethod · 0.65
_createPausedDetailsMethod · 0.65
setThreadMethod · 0.65
setBreakpointsMethod · 0.65
_breakpointLocationsMethod · 0.65
_onDisableSourcemapMethod · 0.65
_onSourceMethod · 0.65
_prettyPrintSourceMethod · 0.65
enableFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected