MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getVersionedZipCachePath

Function getVersionedZipCachePath

src/utils/plugins/pluginLoader.ts:184–189  ·  view source on GitHub ↗
(
  pluginId: string,
  version: string,
)

Source from the content-addressed store, hash-verified

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

Callers 4

cacheAndRegisterPluginFunction · 0.85
performPluginUpdateFunction · 0.85

Calls 1

getVersionedCachePathFunction · 0.85

Tested by

no test coverage detected