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

Function _resolveCommand

lib/commands/help.js:118–127  ·  view source on GitHub ↗
(commandName)

Source from the content-addressed store, hash-verified

116 },
117
118 _resolveCommand(commandName) {
119 let Command = this.commands[stringUtils.classify(commandName)] || this._lookupCommand(this.commands, commandName);
120
121 return new Command({
122 ui: this.ui,
123 project: this.project,
124 commands: this.commands,
125 tasks: this.tasks,
126 });
127 },
128
129 _lookupCommand(commands, commandName) {
130 return lookupCommand(commands, commandName);

Callers

nothing calls this directly

Calls 1

_lookupCommandMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…