()
| 1778 | return instance.hasFunds(); |
| 1779 | }, |
| 1780 | resetState() { |
| 1781 | assertEngineExists(instance); |
| 1782 | return instance.resetState(); |
| 1783 | }, |
| 1784 | destroyEngine() { |
| 1785 | instance?.destroyEngineInstance(); |
| 1786 | instance = null; |
nothing calls this directly
no test coverage detected