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

Function getVersionedCachePath

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

Source from the content-addressed store, hash-verified

171 * @returns Absolute path to versioned plugin directory
172 */
173export function getVersionedCachePath(
174 pluginId: string,
175 version: string,
176): string {
177 return getVersionedCachePathIn(getPluginsDirectory(), pluginId, version)
178}
179
180/**
181 * 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