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

Function isEnterpriseSubscriber

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

Source from the content-addressed store, hash-verified

1760}
1761
1762export function isEnterpriseSubscriber(): boolean {
1763 return getSubscriptionType() === 'enterprise'
1764}
1765
1766export function isProSubscriber(): boolean {
1767 return getSubscriptionType() === 'pro'

Callers 2

checkOverageGateFunction · 0.85
shouldRetryFunction · 0.85

Calls 1

getSubscriptionTypeFunction · 0.85

Tested by

no test coverage detected