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

Function getVersionedZipCachePath

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

Source from the content-addressed store, hash-verified

181 * This is the zip cache variant of getVersionedCachePath.
182 */
183export 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.

Callers 4

cacheAndRegisterPluginFunction · 0.85
performPluginUpdateFunction · 0.85

Calls 1

getVersionedCachePathFunction · 0.85

Tested by

no test coverage detected