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

Function incrementTimesCodeRun

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

Source from the content-addressed store, hash-verified

59 state.aiHintVisible = visible
60 },
61 incrementTimesCodeRun (state) {
62 state.timesCodeRun += 1
63 },
64 setTimesCodeRun (state, times) {
65 state.timesCodeRun = times
66 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected