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

Function restartTutorial

app/core/store/modules/game.js:131–136  ·  view source on GitHub ↗
({ commit })

Source from the content-addressed store, hash-verified

129 return commit('setTutorialActive', tutorialActive)
130 },
131 restartTutorial ({ commit }) {
132 commit('setTutorialActive', false)
133 // Give it a moment to react first...
134 return setTimeout(() => commit('setTutorialActive', true)
135 , 500)
136 },
137 resetTutorial ({ commit }, options) {
138 return commit('resetTutorial', options)
139 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected