MCPcopy
hub / github.com/codeaashu/claude-code / isClaudeAISubscriber

Function isClaudeAISubscriber

src/bridge/bridgeEnabled.ts:94–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92// exist anyway — false is correct. Same swallow getFeatureValue_CACHED_MAY_BE_STALE
93// already does at growthbook.ts:775-780.
94function isClaudeAISubscriber(): boolean {
95 try {
96 return authModule.isClaudeAISubscriber()
97 } catch {
98 return false
99 }
100}
101function hasProfileScope(): boolean {
102 try {
103 return authModule.hasProfileScope()

Callers 3

isBridgeEnabledFunction · 0.70
isBridgeEnabledBlockingFunction · 0.70
getBridgeDisabledReasonFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected