({ commit, rootState })
| 162 | }) |
| 163 | }, |
| 164 | toggleCodeBank ({ commit, rootState }) { |
| 165 | return commit('setCodeBankOpen', !rootState.game.codeBankOpen) |
| 166 | }, |
| 167 | setClickedUpdateCapstoneCode ({ commit }, clicked) { |
| 168 | return commit('setClickedUpdateCapstoneCode', clicked) |
| 169 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected