()
| 86 | }; |
| 87 | |
| 88 | const getEnableDefaultTooltips = () => { |
| 89 | initConfiguration(); |
| 90 | return initialConfig.enableDefaultTooltips; |
| 91 | }; |
| 92 | |
| 93 | const getIgnoreUrlParams = () => { |
| 94 | initConfiguration(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…