()
| 3 | export default Component.extend({ |
| 4 | actions: { |
| 5 | close() { |
| 6 | // This sends an action to application route. |
| 7 | // eslint-disable-next-line ember/closure-actions |
| 8 | return this.onClose(); |
| 9 | }, |
| 10 | }, |
| 11 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected