()
| 8997 | }); |
| 8998 | } |
| 8999 | getState() { |
| 9000 | return { ...this.state, mode: this.state.modes[this.state.currentModeIndex] }; |
| 9001 | } |
| 9002 | setState(newState) { |
| 9003 | const oldState = { ...this.state }; |
| 9004 | if (newState.mode) { |
no outgoing calls
no test coverage detected