MCPcopy
hub / github.com/claude-code-best/claude-code / isMaxSubscriber

Function isMaxSubscriber

src/utils/auth.ts:1675–1677  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1673}
1674
1675export function isMaxSubscriber(): boolean {
1676 return getSubscriptionType() === 'max'
1677}
1678
1679export function isTeamSubscriber(): boolean {
1680 return getSubscriptionType() === 'team'

Calls 1

getSubscriptionTypeFunction · 0.85

Tested by

no test coverage detected