MCPcopy Create free account
hub / github.com/codecombat/codecombat / toggleCodeBank

Function toggleCodeBank

app/core/store/modules/game.js:164–166  ·  view source on GitHub ↗
({ commit, rootState })

Source from the content-addressed store, hash-verified

162 })
163 },
164 toggleCodeBank ({ commit, rootState }) {
165 return commit('setCodeBankOpen', !rootState.game.codeBankOpen)
166 },
167 setClickedUpdateCapstoneCode ({ commit }, clicked) {
168 return commit('setClickedUpdateCapstoneCode', clicked)
169 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected