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

Method constructor

lib/cli/lookup-command.js:70–73  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

68 // if we didn't find anything, return an "UnknownCommand"
69 return class extends UnknownCommand {
70 constructor(options) {
71 super(options);
72 this.name = commandName;
73 }
74 };
75};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected