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

Function closePanel

ozaria/site/store/TeacherDashboardPanel.js:240–242  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

238 state.open = true
239 },
240 closePanel (state) {
241 state.open = false
242 },
243 setPanelHeader (state, header) {
244 state.panelHeader = header
245 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected