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

Function init

lib/commands/destroy.js:41–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 anonymousOptions: ['<blueprint>'],
40
41 init() {
42 this._super.apply(this, arguments);
43 if (!this.isViteProject) {
44 this.availableOptions = this.availableOptions.concat(ClassicOptions);
45 }
46 },
47
48 beforeRun: mergeBlueprintOptions,
49

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…