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

Function getVersionedCachePath

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

Source from the content-addressed store, hash-verified

170 * @returns Absolute path to versioned plugin directory
171 */
172export function getVersionedCachePath(
173 pluginId: string,
174 version: string,
175): string {
176 return getVersionedCachePathIn(getPluginsDirectory(), pluginId, version)
177}
178
179/**
180 * Get versioned ZIP cache path for a plugin.

Callers 8

getVersionedZipCachePathFunction · 0.85
resolvePluginPathFunction · 0.85
migrateV1ToV2Function · 0.85
cacheAndRegisterPluginFunction · 0.85
performPluginUpdateFunction · 0.85

Calls 2

getVersionedCachePathInFunction · 0.85
getPluginsDirectoryFunction · 0.85

Tested by

no test coverage detected