MCPcopy 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
1683export function isTeamSubscriber(): boolean {
1684 return getSubscriptionType() === 'team'
1685}
1686
1687export function isTeamPremiumSubscriber(): boolean {
1688 return (

Callers 3

shouldShowEffortCalloutFunction · 0.85
getDefaultEffortForModelFunction · 0.85
checkOverageGateFunction · 0.85

Calls 1

getSubscriptionTypeFunction · 0.85

Tested by

no test coverage detected