(state)
| 48 | return state.eventPanel.clickedDate |
| 49 | }, |
| 50 | eventPanelEvent (state) { |
| 51 | return state.eventPanel.editableEvent |
| 52 | }, |
| 53 | eventPanelInstance (state) { |
| 54 | return state.eventPanel.editableInstance |
| 55 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected