()
| 35 | * Get the active ZIP image index. |
| 36 | */ |
| 37 | export function getActiveZipImageIndex(): Map<string, ArchiveEntry> | null { |
| 38 | return activeImageIndex; |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * Check if there's an active ZIP archive. |
no outgoing calls
no test coverage detected