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

Function init

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

Source from the content-addressed store, hash-verified

225 name: 'custom',
226
227 init() {
228 this._super && this._super.init.apply(this, arguments);
229
230 this._beforeRunFinished = false;
231 },
232
233 beforeRun() {
234 let command = this;

Callers 1

cli-test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…