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

Class

lib/cli/lookup-command.js:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
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