Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ isTeamSubscriber
Function
isTeamSubscriber
src/utils/auth.ts:1683–1685 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1681
}
1682
1683
export
function
isTeamSubscriber(): boolean {
1684
return
getSubscriptionType() ===
'team'
1685
}
1686
1687
export
function
isTeamPremiumSubscriber(): boolean {
1688
return
(
Callers
3
shouldShowEffortCallout
Function · 0.85
getDefaultEffortForModel
Function · 0.85
checkOverageGate
Function · 0.85
Calls
1
getSubscriptionType
Function · 0.85
Tested by
no test coverage detected