MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / constructor

Method constructor

tests/helpers/command-generator.js:23–25  ·  view source on GitHub ↗
(program)

Source from the content-addressed store, hash-verified

21 */
22module.exports = class CommandGenerator {
23 constructor(program) {
24 this.program = program;
25 }
26
27 /**
28 * The `invoke` method is responsible for building the final executable command.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected