Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ isMaxSubscriber
Function
isMaxSubscriber
src/utils/auth.ts:1675–1677 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1673
}
1674
1675
export
function
isMaxSubscriber(): boolean {
1676
return
getSubscriptionType() ===
'max'
1677
}
1678
1679
export
function
isTeamSubscriber(): boolean {
1680
return
getSubscriptionType() ===
'team'
Callers
6
shouldShowEffortCallout
Function · 0.85
getDefaultEffortForModel
Function · 0.85
getModelOptionsBase
Function · 0.85
getDefaultMainLoopModelSetting
Function · 0.85
getClaudeAiUserDefaultModelDescription
Function · 0.85
migrateSonnet45ToSonnet46
Function · 0.85
Calls
1
getSubscriptionType
Function · 0.85
Tested by
no test coverage detected