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

Function clickedUpdateCapstoneCode

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

Source from the content-addressed store, hash-verified

231 tutorialSteps (state) { return state.tutorial },
232 tutorialActive (state) { return state.tutorialActive },
233 clickedUpdateCapstoneCode (state) { return state.clickedUpdateCapstoneCode },
234 hasPlayedGame (state) { return state.hasPlayedGame },
235 levelSolution (state) { return state.levelSolution },
236 getSolutionSrc (state, getters, rootState) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected