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

Function setTutorialActive

app/core/store/modules/game.js:97–99  ·  view source on GitHub ↗
(state, tutorialActive)

Source from the content-addressed store, hash-verified

95 }
96 },
97 setTutorialActive (state, tutorialActive) {
98 state.tutorialActive = tutorialActive
99 },
100 setCodeBankOpen (state, open) {
101 state.codeBankOpen = open
102 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected