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

Function run

tests/unit/cli/cli-test.js:244–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242 },
243
244 run() {
245 if (!this._beforeRunFinished) {
246 throw new Error('beforeRun not completed before run called!');
247 }
248 },
249 });
250
251 project.eachAddonCommand = function (callback) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected