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

Function getKnownMarketplacesFile

src/utils/plugins/marketplaceManager.ts:102–104  ·  view source on GitHub ↗

* Get the path to the known marketplaces configuration file * Using a function instead of a constant allows proper mocking in tests

()

Source from the content-addressed store, hash-verified

100 * Using a function instead of a constant allows proper mocking in tests
101 */
102function getKnownMarketplacesFile(): string {
103 return join(getPluginsDirectory(), 'known_marketplaces.json')
104}
105
106/**
107 * Get the path to the marketplaces cache directory

Callers 4

getMarketplaceCacheOnlyFunction · 0.85
getPluginByIdCacheOnlyFunction · 0.85

Calls 1

getPluginsDirectoryFunction · 0.85

Tested by

no test coverage detected