MCPcopy
hub / github.com/claude-code-best/claude-code / isTeamPremiumSubscriber

Function isTeamPremiumSubscriber

src/utils/auth.ts:1683–1688  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1681}
1682
1683export function isTeamPremiumSubscriber(): boolean {
1684 return (
1685 getSubscriptionType() === 'team' &&
1686 getRateLimitTier() === 'default_claude_max_5x'
1687 )
1688}
1689
1690export function isEnterpriseSubscriber(): boolean {
1691 return getSubscriptionType() === 'enterprise'

Calls 2

getSubscriptionTypeFunction · 0.85
getRateLimitTierFunction · 0.85

Tested by

no test coverage detected