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

Function eventPanelDate

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

Source from the content-addressed store, hash-verified

45 return state.eventPanel.type
46 },
47 eventPanelDate (state) {
48 return state.eventPanel.clickedDate
49 },
50 eventPanelEvent (state) {
51 return state.eventPanel.editableEvent
52 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected