()
| 59 | packageRoot: projectPath, |
| 60 | |
| 61 | init() { |
| 62 | this._super.apply(this, arguments); |
| 63 | this.treePaths.vendor = 'blazorz'; |
| 64 | this.treeForMethods.public = 'huzzah!'; |
| 65 | }, |
| 66 | }); |
| 67 | |
| 68 | SecondAddon = Addon.extend({ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…