(state)
| 228 | }, |
| 229 | getters: { |
| 230 | codeBankOpen (state) { return state.codeBankOpen }, |
| 231 | tutorialSteps (state) { return state.tutorial }, |
| 232 | tutorialActive (state) { return state.tutorialActive }, |
| 233 | clickedUpdateCapstoneCode (state) { return state.clickedUpdateCapstoneCode }, |
nothing calls this directly
no outgoing calls
no test coverage detected