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

Function openCurriculumGuide

ozaria/site/store/BaseCurriculumGuide.js:15–17  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

13
14 mutations: {
15 openCurriculumGuide (state) {
16 state.visible = true
17 },
18
19 closeCurriculumGuide (state) {
20 state.visible = false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected