Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ isMaxSubscriber
Function
isMaxSubscriber
src/utils/auth.ts:1679–1681 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1677
}
1678
1679
export
function
isMaxSubscriber(): boolean {
1680
return
getSubscriptionType() ===
'max'
1681
}
1682
1683
export
function
isTeamSubscriber(): boolean {
1684
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