MCPcopy Create free account
hub / github.com/WJX20/claude-code / isMarketplaceSourceSupportedByZipCache

Function isMarketplaceSourceSupportedByZipCache

src/utils/plugins/zipCache.ts:402–406  ·  view source on GitHub ↗
(
  source: MarketplaceSource,
)

Source from the content-addressed store, hash-verified

400 * nonsensical in ephemeral containers), npm (node_modules bloat on Filestore mount).
401 */
402export function isMarketplaceSourceSupportedByZipCache(
403 source: MarketplaceSource,
404): boolean {
405 return ['github', 'git', 'url', 'settings'].includes(source.source)
406}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected