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

Function setLevelSolution

app/core/store/modules/game.js:52–54  ·  view source on GitHub ↗
(state, solution)

Source from the content-addressed store, hash-verified

50 state.level = $.extend(true, {}, updates)
51 },
52 setLevelSolution (state, solution) {
53 state.levelSolution = solution
54 },
55 setHintsVisible (state, visible) {
56 state.hintsVisible = visible
57 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected