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