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

Function eventPanelEvent

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

Source from the content-addressed store, hash-verified

48 return state.eventPanel.clickedDate
49 },
50 eventPanelEvent (state) {
51 return state.eventPanel.editableEvent
52 },
53 eventPanelInstance (state) {
54 return state.eventPanel.editableInstance
55 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected