MCPcopy Create free account
hub / github.com/freecodexyz/free-code / isTeamPremiumSubscriber

Function isTeamPremiumSubscriber

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

Source from the content-addressed store, hash-verified

1753}
1754
1755export function isTeamPremiumSubscriber(): boolean {
1756 return (
1757 getSubscriptionType() === 'team' &&
1758 getRateLimitTier() === 'default_claude_max_5x'
1759 )
1760}
1761
1762export function isEnterpriseSubscriber(): boolean {
1763 return getSubscriptionType() === 'enterprise'

Calls 2

getSubscriptionTypeFunction · 0.85
getRateLimitTierFunction · 0.85

Tested by

no test coverage detected