MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / finishProcessingForInstall

Function finishProcessingForInstall

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

Source from the content-addressed store, hash-verified

1751}
1752
1753function finishProcessingForInstall(infos) {
1754 infos.forEach(markIdenticalToBeSkipped);
1755
1756 let infosNeedingConfirmation = infos.reduce(gatherConfirmationMessages, []);
1757
1758 return sequence(infosNeedingConfirmation).then(() => infos);
1759}
1760
1761function finishProcessingForUninstall(infos) {
1762 let validInfos = infos.filter((info) => fs.existsSync(info.outputPath));

Callers

nothing calls this directly

Calls 1

thenMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…