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