* Indicate if this packageInfo is for a project. Should be called only after the project * has been loaded (see PackageInfoCache#loadProject for details). * * @method isForProject * @return {Boolean} true if this packageInfo is for a Project, false otherwise.
()
| 231 | * @return {Boolean} true if this packageInfo is for a Project, false otherwise. |
| 232 | */ |
| 233 | isForProject() { |
| 234 | return !!this.project && this.project.isEmberCLIProject && this.project.isEmberCLIProject(); |
| 235 | } |
| 236 | |
| 237 | /** |
| 238 | * Indicate if this packageInfo is for an Addon. |
no test coverage detected