MCPcopy Index your code
hub / github.com/microsoft/vscode-js-debug / gatherAll

Function gatherAll

src/test/common/sourceMapRepository.test.ts:70–72  ·  view source on GitHub ↗
(list: FileGlobList)

Source from the content-addressed store, hash-verified

68 };
69
70 const gatherAll = (list: FileGlobList) => {
71 return r.streamAllChildren(list, m => m).then(r => r.sort());
72 };
73
74 it('no-ops for non-existent directories', async () => {
75 expect(await gatherSm(gatherFileList(__dirname, 'does-not-exist'))).to.be.empty;

Callers 1

Calls 1

streamAllChildrenMethod · 0.65

Tested by

no test coverage detected