MCPcopy
hub / github.com/codeaashu/claude-code / isEnterpriseSubscriber

Function isEnterpriseSubscriber

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

Source from the content-addressed store, hash-verified

1692}
1693
1694export function isEnterpriseSubscriber(): boolean {
1695 return getSubscriptionType() === 'enterprise'
1696}
1697
1698export function isProSubscriber(): boolean {
1699 return getSubscriptionType() === 'pro'

Callers 2

checkOverageGateFunction · 0.85
shouldRetryFunction · 0.85

Calls 1

getSubscriptionTypeFunction · 0.85

Tested by

no test coverage detected