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