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

Function write

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

Source from the content-addressed store, hash-verified

341 */
342 _actions: {
343 write(info) {
344 this._writeStatusToUI(chalk.green, 'create', info.displayPath);
345 return this._writeFile(info);
346 },
347 skip(info) {
348 let label = 'skip';
349

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…