MCPcopy Create free account
hub / github.com/Snapchat/Valdi / source

Method source

valdi/vscode_debugger/src/dap/api.d.ts:1359–1359  ·  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

1357 * The request retrieves the source code for a given source reference.
1358 */
1359 source(params: SourceParams): Promise<SourceResult>;
1360
1361 /**
1362 * The request retrieves a list of all threads.

Callers 13

dumpSourceFunction · 0.65
_createPausedDetailsMethod · 0.65
setThreadMethod · 0.65
setBreakpointsMethod · 0.65
_onSourceMethod · 0.65
_canPrettyPrintSourceMethod · 0.65
_prettyPrintSourceMethod · 0.65
enableFunction · 0.65
updateUiLocationsFunction · 0.65
updateForSourceMapFunction · 0.65
_setByPathFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected