()
| 40 | return true; |
| 41 | }, |
| 42 | initializeAddons() { |
| 43 | this.addons = [new AddonCommand(), new OtherCommand(), new ClassCommand()]; |
| 44 | }, |
| 45 | addonCommands: Project.prototype.addonCommands, |
| 46 | eachAddonCommand: Project.prototype.eachAddonCommand, |
| 47 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…