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

Function setTimesCodeRun

app/core/store/modules/game.js:64–66  ·  view source on GitHub ↗
(state, times)

Source from the content-addressed store, hash-verified

62 state.timesCodeRun += 1
63 },
64 setTimesCodeRun (state, times) {
65 state.timesCodeRun = times
66 },
67 incrementTimesAutocompleteUsed (state) {
68 state.timesAutocompleteUsed += 1
69 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected