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

Function normalizeOption

lib/models/command.js:383–387  ·  view source on GitHub ↗

Normalizes option, filling in implicit values @method normalizeOption @param {Object} option @return {Object}

(option)

Source from the content-addressed store, hash-verified

381 @return {Object}
382 */
383 normalizeOption(option) {
384 option.key = camelize(option.name);
385 option.required = option.required || false;
386 return option;
387 },
388
389 /**
390 Assigns option

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…