(imageName: string)
| 22 | * Returns undefined if not yet extracted. |
| 23 | */ |
| 24 | export function getZipImageCached(imageName: string): File | undefined { |
| 25 | return zipImageState.getCached(imageName); |
| 26 | } |
| 27 | |
| 28 | /** |
| 29 | * Get a cached ZIP mask (synchronous). |
no test coverage detected