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

Function setLevel

app/core/store/modules/game.js:49–51  ·  view source on GitHub ↗
(state, updates)

Source from the content-addressed store, hash-verified

47 state.playing = playing
48 },
49 setLevel (state, updates) {
50 state.level = $.extend(true, {}, updates)
51 },
52 setLevelSolution (state, solution) {
53 state.levelSolution = solution
54 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected