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

Function _writeStatusToUI

lib/models/blueprint.js:318–322  ·  view source on GitHub ↗

Write a status and message to the UI @private @method _writeStatusToUI @param {Function} chalkColor @param {String} keyword @param {String} message

(chalkColor, keyword, message)

Source from the content-addressed store, hash-verified

316 @param {String} message
317 */
318 _writeStatusToUI(chalkColor, keyword, message) {
319 if (this.ui) {
320 this.ui.writeLine(` ${chalkColor(keyword)} ${message}`);
321 }
322 },
323
324 /**
325 @private

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…