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

Class

tests/unit/commands/generate-test.js:37–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
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);
46 }
47 },
48 },
49 });
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected