()
| 1686 | |
| 1687 | export default { |
| 1688 | get context() { |
| 1689 | assertEngineExists(instance); |
| 1690 | return instance.context; |
| 1691 | }, |
| 1692 | get controllerMessenger() { |
| 1693 | assertEngineExists(instance); |
| 1694 | return instance.controllerMessenger; |
nothing calls this directly
no test coverage detected