(state, updates)
| 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 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected