MCPcopy
hub / github.com/claude-code-best/claude-code / getPluginCachePath

Function getPluginCachePath

src/utils/plugins/pluginLoader.ts:127–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 * Get the path where plugin cache is stored
126 */
127export function getPluginCachePath(): string {
128 return join(getPluginsDirectory(), 'cache')
129}
130
131/**
132 * Compute the versioned cache path under a specific base plugins directory.

Callers 6

getLegacyCachePathFunction · 0.85
cachePluginFunction · 0.85
cleanupLegacyCacheFunction · 0.85
deletePluginCacheFunction · 0.85

Calls 1

getPluginsDirectoryFunction · 0.85

Tested by

no test coverage detected