Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ isProSubscriber
Function
isProSubscriber
src/utils/auth.ts:1698–1700 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1696
}
1697
1698
export
function
isProSubscriber(): boolean {
1699
return
getSubscriptionType() ===
'pro'
1700
}
1701
1702
export
function
getRateLimitTier(): string | null {
1703
if
(!isAnthropicAuthEnabled()) {
Callers
5
shouldShowEffortCallout
Function · 0.85
getDefaultEffortForModel
Function · 0.85
isOpus1mMergeEnabled
Function · 0.85
migrateSonnet45ToSonnet46
Function · 0.85
resetProToOpusDefault
Function · 0.85
Calls
1
getSubscriptionType
Function · 0.85
Tested by
no test coverage detected