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

Method _onLoadedSources

src/adapter/debugAdapter.ts:384–386  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382 }
383
384 async _onLoadedSources(): Promise<Dap.LoadedSourcesResult> {
385 return { sources: await this.sourceContainer.loadedSources() };
386 }
387
388 private async _onDisableSourcemap(params: Dap.DisableSourcemapParams) {
389 const source = this.sourceContainer.source(params.source);

Callers 1

constructorMethod · 0.95

Calls 1

loadedSourcesMethod · 0.65

Tested by

no test coverage detected