MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / isEnterpriseSubscriber

Function isEnterpriseSubscriber

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

Source from the content-addressed store, hash-verified

1688}
1689
1690export function isEnterpriseSubscriber(): boolean {
1691 return getSubscriptionType() === 'enterprise'
1692}
1693
1694export function isProSubscriber(): boolean {
1695 return getSubscriptionType() === 'pro'

Callers 2

checkOverageGateFunction · 0.85
shouldRetryFunction · 0.85

Calls 1

getSubscriptionTypeFunction · 0.85

Tested by

no test coverage detected