()
| 38 | * Clear the URL mask cache. |
| 39 | */ |
| 40 | export function clearUrlMaskCache(): void { |
| 41 | urlMaskState.clear(); |
| 42 | urlMaskConsecutiveMisses = 0; |
| 43 | urlMaskFoundAny = false; |
| 44 | } |
| 45 | |
| 46 | /** |
| 47 | * Get a cached URL image (synchronous). |
no test coverage detected