()
| 72 | isWithinProject = true; |
| 73 | project = { |
| 74 | isEmberCLIProject() { |
| 75 | // simulate being inside or outside of a project |
| 76 | return isWithinProject; |
| 77 | }, |
| 78 | hasDependencies() { |
| 79 | return true; |
| 80 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…