MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / getPluginCachePath

Function getPluginCachePath

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

Source from the content-addressed store, hash-verified

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