()
| 81 | }; |
| 82 | |
| 83 | const getDefaultFontLoading = () => { |
| 84 | initConfiguration(); |
| 85 | return initialConfig.defaultFontLoading; |
| 86 | }; |
| 87 | |
| 88 | const getEnableDefaultTooltips = () => { |
| 89 | initConfiguration(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…