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

Class

tests/unit/commands/destroy-test.js:24–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 project,
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);
33 }
34 },
35 },
36 });
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected