()
| 91 | }; |
| 92 | |
| 93 | const getIgnoreUrlParams = () => { |
| 94 | initConfiguration(); |
| 95 | return initialConfig.ignoreUrlParams; |
| 96 | }; |
| 97 | |
| 98 | /** |
| 99 | * Get the configured calendar type |
nothing calls this directly
no test coverage detected
searching dependent graphs…