MCPcopy Create free account
hub / github.com/ember-learn/ember-api-docs / project

Method project

app/models/class.js:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 projectVersion;
48
49 get project() {
50 return this.projectVersion.get('project');
51 }
52
53 get extendedClassProjectName() {
54 return this.projectNameFromClassName(this['extends']);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected