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

Function clearMarketplacesCache

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

Source from the content-addressed store, hash-verified

120 * Clear all cached marketplace data (for testing)
121 */
122export function clearMarketplacesCache(): void {
123 getMarketplace.cache?.clear?.()
124}
125
126/**
127 * Configuration for known marketplaces

Callers 4

performStartupChecksFunction · 0.85
checkAndInstallFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected