(state)
| 59 | state.aiHintVisible = visible |
| 60 | }, |
| 61 | incrementTimesCodeRun (state) { |
| 62 | state.timesCodeRun += 1 |
| 63 | }, |
| 64 | setTimesCodeRun (state, times) { |
| 65 | state.timesCodeRun = times |
| 66 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected