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

Method init

tests/unit/commands/destroy-test.js:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 tasks: {
24 DestroyFromBlueprint: class extends Task {
25 init() {
26 super.init(...arguments);
27
28 this.project = project;
29 }
30
31 run(options) {
32 return Promise.resolve(options);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected