(state)
| 233 | clickedUpdateCapstoneCode (state) { return state.clickedUpdateCapstoneCode }, |
| 234 | hasPlayedGame (state) { return state.hasPlayedGame }, |
| 235 | levelSolution (state) { return state.levelSolution }, |
| 236 | getSolutionSrc (state, getters, rootState) { |
| 237 | return function (codeLanguage) { |
| 238 | let component, hero, jsSource, source |
nothing calls this directly
no outgoing calls
no test coverage detected