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

Function remove

lib/models/blueprint.js:366–371  ·  view source on GitHub ↗
(info)

Source from the content-addressed store, hash-verified

364 },
365
366 remove(info) {
367 this._writeStatusToUI(chalk.red, 'remove', info.displayPath);
368 if (!this.dryRun) {
369 return cleanRemove(info);
370 }
371 },
372 },
373
374 /**

Callers 3

blueprint-test.jsFile · 0.85
removeTmpFunction · 0.85
removeIgnoredFunction · 0.85

Calls 1

cleanRemoveFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…