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

Function events

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

Source from the content-addressed store, hash-verified

36 },
37 getters: {
38 events (state) {
39 return state.events
40 },
41 eventPanelVisible (state) {
42 return state.eventPanel.visible
43 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected