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

Function tutorialSteps

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

Source from the content-addressed store, hash-verified

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 },
234 hasPlayedGame (state) { return state.hasPlayedGame },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected