MCPcopy Create free account
hub / github.com/codecombat/codecombat / incrementTimesAutocompleteUsed

Function incrementTimesAutocompleteUsed

app/core/store/modules/game.js:67–69  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

65 state.timesCodeRun = times
66 },
67 incrementTimesAutocompleteUsed (state) {
68 state.timesAutocompleteUsed += 1
69 },
70 setTimesAutocompleteUsed (state, times) {
71 state.timesAutocompleteUsed = times
72 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected