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

Function getMarketplaceName

src/commands/thinkback/thinkback.tsx:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29const INTERNAL_MARKETPLACE_REPO = 'anthropics/claude-code-marketplace';
30const OFFICIAL_MARKETPLACE_REPO = 'anthropics/claude-plugins-official';
31function getMarketplaceName(): string {
32 return "external" === 'ant' ? INTERNAL_MARKETPLACE_NAME : OFFICIAL_MARKETPLACE_NAME;
33}
34function getMarketplaceRepo(): string {
35 return "external" === 'ant' ? INTERNAL_MARKETPLACE_REPO : OFFICIAL_MARKETPLACE_REPO;
36}

Callers 2

getPluginIdFunction · 0.85
checkAndInstallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected