()
| 71 | * @returns {Boolean} |
| 72 | */ |
| 73 | const getFetchDefaultLanguage = () => { |
| 74 | initConfiguration(); |
| 75 | return initialConfig.fetchDefaultLanguage; |
| 76 | }; |
| 77 | |
| 78 | const getNoConflict = () => { |
| 79 | initConfiguration(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…