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

Method toDap

valdi/vscode_debugger/src/adapter/sources.ts:249–251  ·  view source on GitHub ↗

* Returns a DAP representation of the source.

()

Source from the content-addressed store, hash-verified

247 * Returns a DAP representation of the source.
248 */
249 async toDap(): Promise<Dap.Source> {
250 return this.toDapShallow();
251 }
252
253 /**
254 * Returns a DAP representation without including any nested sources.

Callers 10

stackTraceMethod · 0.45
_onConsoleMessageMethod · 0.45
_formatExceptionMethod · 0.45
loadedSourcesMethod · 0.45
_addSourceMethod · 0.45
removeSourceMethod · 0.45
revealUiLocationMethod · 0.45
setBreakpointsMethod · 0.45
getBreakpointsMethod · 0.45

Calls 1

toDapShallowMethod · 0.95

Tested by

no test coverage detected