(state, clicked)
| 101 | state.codeBankOpen = open |
| 102 | }, |
| 103 | setClickedUpdateCapstoneCode (state, clicked) { |
| 104 | state.clickedUpdateCapstoneCode = clicked |
| 105 | }, |
| 106 | setHasPlayedGame (state, hasPlayed) { |
| 107 | state.hasPlayedGame = hasPlayed |
| 108 | } |
nothing calls this directly
no outgoing calls
no test coverage detected