(state)
| 105 | return state.announcementInterval |
| 106 | }, |
| 107 | announcementModalOpen (state) { |
| 108 | return state.announcementModalOpen |
| 109 | }, |
| 110 | announcementDisplay (state) { |
| 111 | return state.display |
| 112 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected