(state, times)
| 62 | state.timesCodeRun += 1 |
| 63 | }, |
| 64 | setTimesCodeRun (state, times) { |
| 65 | state.timesCodeRun = times |
| 66 | }, |
| 67 | incrementTimesAutocompleteUsed (state) { |
| 68 | state.timesAutocompleteUsed += 1 |
| 69 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected