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

Function closeEventPanel

app/core/store/modules/events.js:104–107  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

102 Vue.set(state.eventPanel, 'type', type)
103 },
104 closeEventPanel (state) {
105 Vue.set(state.eventPanel, 'visible', false)
106 Vue.delete(state.events, 'temp-event') // always remove preview
107 },
108 setMemberNames (state, names) {
109 Vue.set(state, 'memberNames', names)
110 }

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected