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

Function overwrite

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

Source from the content-addressed store, hash-verified

355 },
356
357 overwrite(info) {
358 this._writeStatusToUI(chalk.yellow, 'overwrite', info.displayPath);
359 return this._writeFile(info);
360 },
361
362 edit(info) {
363 this._writeStatusToUI(chalk.green, 'edited', info.displayPath);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…