(imageName: string)
| 48 | * Returns undefined if not yet fetched. |
| 49 | */ |
| 50 | export function getUrlImageCached(imageName: string): File | undefined { |
| 51 | return urlImageState.getCached(imageName); |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Get a cached URL mask (synchronous). |
no test coverage detected