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

Function gatherFileList

src/test/common/sourceMapRepository.test.ts:42–46  ·  view source on GitHub ↗
(rootPath: string, firstIncludeSegment: string)

Source from the content-addressed store, hash-verified

40 });
41
42 const gatherFileList = (rootPath: string, firstIncludeSegment: string) =>
43 new FileGlobList({
44 rootPath,
45 patterns: [`${firstIncludeSegment}/**/*.js`, '!**/node_modules/**'],
46 });
47
48 const gatherSm = async (list: FileGlobList) => {
49 type TReturn = {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected