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