MCPcopy 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
1733export function isTeamSubscriber(): boolean {
1734 return getSubscriptionType() === 'team'
1735}
1736
1737export function isTeamPremiumSubscriber(): boolean {
1738 return (

Callers 3

shouldShowEffortCalloutFunction · 0.85
getDefaultEffortForModelFunction · 0.85
checkOverageGateFunction · 0.85

Calls 1

getSubscriptionTypeFunction · 0.85

Tested by

no test coverage detected