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

Function beforeRun

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

Source from the content-addressed store, hash-verified

231 },
232
233 beforeRun() {
234 let command = this;
235
236 return new Promise(function (resolve) {
237 setTimeout(function () {
238 command._beforeRunFinished = true;
239 resolve();
240 }, 5);
241 });
242 },
243
244 run() {
245 if (!this._beforeRunFinished) {

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…