Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
122
export
function
clearMarketplacesCache(): void {
123
getMarketplace.cache?.clear?.()
124
}
125
126
/**
127
* Configuration
for
known marketplaces
Callers
4
performStartupChecks
Function · 0.85
installPluginsForHeadless
Function · 0.85
checkAndInstall
Function · 0.85
performBackgroundPluginInstallations
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected