MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isMaxSubscriber

Function isMaxSubscriber

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

Source from the content-addressed store, hash-verified

1677}
1678
1679export function isMaxSubscriber(): boolean {
1680 return getSubscriptionType() === 'max'
1681}
1682
1683export function isTeamSubscriber(): boolean {
1684 return getSubscriptionType() === 'team'

Calls 1

getSubscriptionTypeFunction · 0.85

Tested by

no test coverage detected