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

Method name

lib/models/project.js:167–171  ·  view source on GitHub ↗

Returns the name from package.json. @private @method name @return {String} Package name

()

Source from the content-addressed store, hash-verified

165 @return {String} Package name
166 */
167 name() {
168 const getPackageBaseName = require('../utilities/get-package-base-name');
169
170 return getPackageBaseName(this.pkg.name);
171 }
172
173 /**
174 Returns whether or not this is an Ember CLI project.

Callers 7

initializeAddonsMethod · 0.95
constructorMethod · 0.45
runFunction · 0.45
_localsFunction · 0.45
isDevelopingAddonFunction · 0.45
instantiateAddonsFunction · 0.45
localsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected