MCPcopy 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
1751export function isTeamSubscriber(): boolean {
1752 return getSubscriptionType() === 'team'
1753}
1754
1755export function isTeamPremiumSubscriber(): boolean {
1756 return (

Callers 3

shouldShowEffortCalloutFunction · 0.85
getDefaultEffortForModelFunction · 0.85
checkOverageGateFunction · 0.85

Calls 1

getSubscriptionTypeFunction · 0.85

Tested by

no test coverage detected