(imageName: string)
| 30 | * Returns undefined if not yet extracted. |
| 31 | */ |
| 32 | export function getZipMaskCached(imageName: string): File | undefined { |
| 33 | return zipMaskState.getCached(imageName); |
| 34 | } |
| 35 | |
| 36 | /** |
| 37 | * Check if ZIP loading is available. |
no test coverage detected