Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ isMaxSubscriber
Function
isMaxSubscriber
src/utils/auth.ts:1747–1749 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1745
}
1746
1747
export
function
isMaxSubscriber(): boolean {
1748
return
getSubscriptionType() ===
'max'
1749
}
1750
1751
export
function
isTeamSubscriber(): boolean {
1752
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