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

Function getZipCacheKnownMarketplacesPath

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

Source from the content-addressed store, hash-verified

73 * Get the path to known_marketplaces.json in the zip cache.
74 */
75export function getZipCacheKnownMarketplacesPath(): string {
76 const cachePath = getPluginZipCachePath()
77 if (!cachePath) {
78 throw new Error('Plugin zip cache is not enabled')
79 }
80 return join(cachePath, 'known_marketplaces.json')
81}
82
83/**
84 * Get the path to installed_plugins.json in the zip cache.

Callers 2

Calls 1

getPluginZipCachePathFunction · 0.85

Tested by

no test coverage detected