()
| 42 | * Check if there's an active ZIP archive. |
| 43 | */ |
| 44 | export function hasActiveZipArchive(): boolean { |
| 45 | return activeArchive !== null && activeImageIndex !== null; |
| 46 | } |
| 47 | |
| 48 | /** |
| 49 | * Clear the active ZIP archive and release resources. |
no outgoing calls
no test coverage detected