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

Function skip

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

Source from the content-addressed store, hash-verified

345 return this._writeFile(info);
346 },
347 skip(info) {
348 let label = 'skip';
349
350 if (info.resolution === 'identical') {
351 label = 'identical';
352 }
353
354 this._writeStatusToUI(chalk.yellow, label, info.displayPath);
355 },
356
357 overwrite(info) {
358 this._writeStatusToUI(chalk.yellow, 'overwrite', 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…