()
| 183 | * config.ts → growthbook.ts import cycle (growthbook.ts → user.ts → config.ts). |
| 184 | */ |
| 185 | export function getCcrAutoConnectDefault(): boolean { |
| 186 | return feature('CCR_AUTO_CONNECT') |
| 187 | ? getFeatureValue_CACHED_MAY_BE_STALE('tengu_cobalt_harbor', false) |
| 188 | : false |
| 189 | } |
| 190 | |
| 191 | /** |
| 192 | * Opt-in CCR mirror mode — every local session spawns an outbound-only |
nothing calls this directly
no test coverage detected