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

Function moduleName

lib/models/addon.js:1270–1276  ·  view source on GitHub ↗

Returns the module name for this addon. @public @method moduleName @return {String} module name

()

Source from the content-addressed store, hash-verified

1268 @return {String} module name
1269 */
1270 moduleName() {
1271 if (!this.modulePrefix) {
1272 this.modulePrefix = this.name.toLowerCase().replace(/\s/g, '-');
1273 }
1274
1275 return this.modulePrefix;
1276 },
1277
1278 /**
1279 Returns the path for addon blueprints.

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…