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

Function normalizeEntityName

tests/integration/models/blueprint-test.js:46–49  ·  view source on GitHub ↗
(/* name */)

Source from the content-addressed store, hash-verified

44 },
45
46 normalizeEntityName(/* name */) {
47 normalizeEntityNameCalled = true;
48 return this._super.normalizeEntityName.apply(this, arguments);
49 },
50
51 fileMapTokens() {
52 fileMapTokensCalled = true;

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…