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

Function getZipCacheMarketplacesDir

src/utils/plugins/zipCache.ts:97–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 * Get the marketplaces directory within the zip cache.
96 */
97export function getZipCacheMarketplacesDir(): string {
98 const cachePath = getPluginZipCachePath()
99 if (!cachePath) {
100 throw new Error('Plugin zip cache is not enabled')
101 }
102 return join(cachePath, 'marketplaces')
103}
104
105/**
106 * Get the plugins directory within the zip cache.

Callers 1

Calls 1

getPluginZipCachePathFunction · 0.85

Tested by

no test coverage detected