(state, tutorialActive)
| 95 | } |
| 96 | }, |
| 97 | setTutorialActive (state, tutorialActive) { |
| 98 | state.tutorialActive = tutorialActive |
| 99 | }, |
| 100 | setCodeBankOpen (state, open) { |
| 101 | state.codeBankOpen = open |
| 102 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected