()
| 148 | * Clear ZIP caches and release WASM memory. |
| 149 | */ |
| 150 | export function clearZipCache(): void { |
| 151 | zipImageState.clear(); |
| 152 | zipMaskState.clear(); |
| 153 | clearActiveZipArchive(); |
| 154 | } |
| 155 | |
| 156 | /** |
| 157 | * Get ZIP image cache statistics. |
no test coverage detected