@method isUpdate @return {Boolean}
()
| 819 | @return {Boolean} |
| 820 | */ |
| 821 | isUpdate() { |
| 822 | if (this.project && this.project.isEmberCLIProject) { |
| 823 | return this.project.isEmberCLIProject(); |
| 824 | } |
| 825 | }, |
| 826 | |
| 827 | /** |
| 828 | @private |
nothing calls this directly
no test coverage detected
searching dependent graphs…