()
| 100 | * @returns { String } the name of the configured calendar type |
| 101 | */ |
| 102 | const getCalendarType = () => { |
| 103 | initConfiguration(); |
| 104 | return initialConfig.calendarType; |
| 105 | }; |
| 106 | |
| 107 | const getSecondaryCalendarType = () => { |
| 108 | initConfiguration(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…