()
| 164 | * Reset the session plugin cache path (for testing). |
| 165 | */ |
| 166 | export function resetSessionPluginCache(): void { |
| 167 | sessionPluginCachePath = null |
| 168 | sessionPluginCachePromise = null |
| 169 | } |
| 170 | |
| 171 | /** |
| 172 | * Write data to a file in the zip cache atomically. |
nothing calls this directly
no outgoing calls
no test coverage detected