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

Function _normalizeEntityName

lib/models/blueprint.js:414–418  ·  view source on GitHub ↗

@private @method _normalizeEntityName @param {Object} entity

(entity)

Source from the content-addressed store, hash-verified

412 @param {Object} entity
413 */
414 _normalizeEntityName(entity) {
415 if (entity) {
416 entity.name = this.normalizeEntityName(entity.name);
417 }
418 },
419
420 /**
421 @private

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…