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

Class

lib/tasks/destroy-from-blueprint.js:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3const GenerateTask = require('./generate-from-blueprint');
4
5class DestroyTask extends GenerateTask {
6 constructor(options) {
7 super(options);
8 this.blueprintFunction = 'uninstall';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected