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

Function getPluginCachePath

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

Source from the content-addressed store, hash-verified

124 * Get the path where plugin cache is stored
125 */
126export function getPluginCachePath(): string {
127 return join(getPluginsDirectory(), 'cache')
128}
129
130/**
131 * 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