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

Method init

tests/unit/commands/generate-test.js:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 tasks: {
37 GenerateFromBlueprint: class extends Task {
38 init() {
39 super.init(...arguments);
40
41 this.project = project;
42 }
43
44 run(options) {
45 return Promise.resolve(options);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected