Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/oboard/claude-code-rev
/ isTeamSubscriber
Function
isTeamSubscriber
src/utils/auth.ts:1733–1735 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1731
}
1732
1733
export
function
isTeamSubscriber(): boolean {
1734
return
getSubscriptionType() ===
'team'
1735
}
1736
1737
export
function
isTeamPremiumSubscriber(): boolean {
1738
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