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

Method constructor

lib/tasks/destroy-from-blueprint.js:6–9  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

4
5class DestroyTask extends GenerateTask {
6 constructor(options) {
7 super(options);
8 this.blueprintFunction = 'uninstall';
9 }
10}
11
12module.exports = DestroyTask;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected