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

Function isConsumerPlan

src/utils/auth.ts:1842–1844  ·  view source on GitHub ↗
(plan: SubscriptionType)

Source from the content-addressed store, hash-verified

1840}
1841
1842function isConsumerPlan(plan: SubscriptionType): plan is 'max' | 'pro' {
1843 return plan === 'max' || plan === 'pro'
1844}
1845
1846export function isConsumerSubscriber(): boolean {
1847 const subscriptionType = getSubscriptionType()

Callers 1

isConsumerSubscriberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected