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

Function isProSubscriber

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

Source from the content-addressed store, hash-verified

1764}
1765
1766export function isProSubscriber(): boolean {
1767 return getSubscriptionType() === 'pro'
1768}
1769
1770export function getRateLimitTier(): string | null {
1771 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