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

Function fetchJson

src/common/sourceMaps/sourceMapFactory.test.ts:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 });
60 },
61 fetchJson<T>() {
62 return Promise.resolve({ ok: true, body: {} as T, url: '', statusCode: 200 });
63 },
64 };
65
66 factory = new RootSourceMapFactory(

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected