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

Function getMarketplacesCacheDir

src/utils/plugins/marketplaceManager.ts:110–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 * Using a function instead of a constant allows proper mocking in tests
109 */
110export function getMarketplacesCacheDir(): string {
111 return join(getPluginsDirectory(), 'marketplaces')
112}
113
114/**
115 * Memoized inner function to get marketplace data.

Callers 6

loadAndCacheMarketplaceFunction · 0.85
addMarketplaceSourceFunction · 0.85
removeMarketplaceSourceFunction · 0.85
refreshAllMarketplacesFunction · 0.85
refreshMarketplaceFunction · 0.85

Calls 1

getPluginsDirectoryFunction · 0.85

Tested by

no test coverage detected