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