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

Function getMarketplaceRepo

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

Source from the content-addressed store, hash-verified

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}
37function getPluginId(): string {
38 return `thinkback@${getMarketplaceName()}`;
39}

Callers 1

checkAndInstallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected