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

Function normalizeEntityName

lib/models/blueprint.js:306–308  ·  view source on GitHub ↗

Hook for normalizing entity name Use the `normalizeEntityName` hook to add custom normalization and validation of the provided entity name. The default hook does not make any changes to the entity name, but makes sure an entity name is present and that it doesn't have a trailing sla

(entityName)

Source from the content-addressed store, hash-verified

304 @return {null}
305 */
306 normalizeEntityName(entityName) {
307 return normalizeEntityName(entityName);
308 },
309
310 /**
311 Write a status and message to the UI

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…