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

Function aliasMatches

lib/cli/lookup-command.js:10–12  ·  view source on GitHub ↗
(alias)

Source from the content-addressed store, hash-verified

8 let ui = options.ui;
9
10 function aliasMatches(alias) {
11 return alias === commandName;
12 }
13
14 function findCommand(commands, commandName) {
15 for (let key in commands) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…