(/* opts */)
| 64 | }, |
| 65 | |
| 66 | afterInstall(/* opts */) { |
| 67 | afterInstallCalled = true; |
| 68 | return this._super.afterInstall.apply(this, arguments); |
| 69 | }, |
| 70 | |
| 71 | beforeUninstall() { |
| 72 | beforeUninstallCalled = true; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…