(imageName: string)
| 56 | * Returns undefined if not yet fetched. |
| 57 | */ |
| 58 | export function getUrlMaskCached(imageName: string): File | undefined { |
| 59 | return urlMaskState.getCached(imageName); |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * Resolve the request URL and display filename for an image. When an explicit |
no test coverage detected