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

Function edit

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

Source from the content-addressed store, hash-verified

360 },
361
362 edit(info) {
363 this._writeStatusToUI(chalk.green, 'edited', info.displayPath);
364 },
365
366 remove(info) {
367 this._writeStatusToUI(chalk.red, 'remove', 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…