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

Function isProSubscriber

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

Source from the content-addressed store, hash-verified

1746}
1747
1748export function isProSubscriber(): boolean {
1749 return getSubscriptionType() === 'pro'
1750}
1751
1752export function getRateLimitTier(): string | null {
1753 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