MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / isMaxSubscriber

Function isMaxSubscriber

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

Source from the content-addressed store, hash-verified

1727}
1728
1729export function isMaxSubscriber(): boolean {
1730 return getSubscriptionType() === 'max'
1731}
1732
1733export function isTeamSubscriber(): boolean {
1734 return getSubscriptionType() === 'team'

Calls 1

getSubscriptionTypeFunction · 0.85

Tested by

no test coverage detected