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

Function isProSubscriber

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

Source from the content-addressed store, hash-verified

1692}
1693
1694export function isProSubscriber(): boolean {
1695 return getSubscriptionType() === 'pro'
1696}
1697
1698export function getRateLimitTier(): string | null {
1699 if (!isAnthropicAuthEnabled()) {

Callers 5

shouldShowEffortCalloutFunction · 0.85
getDefaultEffortForModelFunction · 0.85
isOpus1mMergeEnabledFunction · 0.85
resetProToOpusDefaultFunction · 0.85

Calls 1

getSubscriptionTypeFunction · 0.85

Tested by

no test coverage detected