( pluginId: string, version: string, )
| 181 | * This is the zip cache variant of getVersionedCachePath. |
| 182 | */ |
| 183 | export function getVersionedZipCachePath( |
| 184 | pluginId: string, |
| 185 | version: string, |
| 186 | ): string { |
| 187 | return `${getVersionedCachePath(pluginId, version)}.zip` |
| 188 | } |
| 189 | |
| 190 | /** |
| 191 | * Probe seed directories for a populated cache at this plugin version. |
no test coverage detected