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

Function codeBankOpen

app/core/store/modules/game.js:230–230  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

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 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected