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

Function assignAlias

lib/models/command.js:499–506  ·  view source on GitHub ↗

* @method assignAlias * @param option * @param alias * @return {Boolean}

(option, alias)

Source from the content-addressed store, hash-verified

497 * @return {Boolean}
498 */
499 assignAlias(option, alias) {
500 let isValid = this.validateAlias(option, alias);
501
502 if (isValid) {
503 this.optionsAliases[alias.key] = alias.value;
504 }
505 return isValid;
506 },
507
508 /**
509 Validates alias value

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…