MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / finishProcessingForUninstall

Function finishProcessingForUninstall

lib/models/blueprint.js:1761–1766  ·  view source on GitHub ↗
(infos)

Source from the content-addressed store, hash-verified

1759}
1760
1761function finishProcessingForUninstall(infos) {
1762 let validInfos = infos.filter((info) => fs.existsSync(info.outputPath));
1763 validInfos.forEach(markToBeRemoved);
1764
1765 return validInfos;
1766}
1767
1768function replaceExtension(filePath, newExt) {
1769 const { dir, name } = path.parse(filePath);

Callers 2

processFilesFunction · 0.85
processFilesForUninstallFunction · 0.85

Calls 1

filterMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…