(public ENV: Environment)
| 182 | private pendingBackendInitId = 0; |
| 183 | |
| 184 | constructor(public ENV: Environment) { |
| 185 | this.state = new EngineState(); |
| 186 | } |
| 187 | |
| 188 | async ready(): Promise<void> { |
| 189 | if (this.pendingBackendInit != null) { |
nothing calls this directly
no outgoing calls
no test coverage detected