()
| 47 | projectVersion; |
| 48 | |
| 49 | get project() { |
| 50 | return this.projectVersion.get('project'); |
| 51 | } |
| 52 | |
| 53 | get extendedClassProjectName() { |
| 54 | return this.projectNameFromClassName(this['extends']); |
nothing calls this directly
no outgoing calls
no test coverage detected