()
| 907 | } |
| 908 | |
| 909 | function getResolvedPrimaryBaseUrl() { |
| 910 | return (baseUrlInput?.value.trim() || DEFAULT_CUSTOM_BASE_URL); |
| 911 | } |
| 912 | |
| 913 | function getResolvedImageBaseUrl() { |
| 914 | const imageProviderSource = normalizeImageProviderValue(imageProviderInput?.value ?? "same"); |
no outgoing calls
no test coverage detected