Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ eventPanelVisible
Function
eventPanelVisible
app/core/store/modules/events.js:41–43 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
39
return
state.events
40
},
41
eventPanelVisible (state) {
42
return
state.eventPanel.visible
43
},
44
eventPanelType (state) {
45
return
state.eventPanel.
type
46
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected