()
| 137 | * on the env-based implementation regardless of this gate. |
| 138 | */ |
| 139 | export function isEnvLessBridgeEnabled(): boolean { |
| 140 | return feature('BRIDGE_MODE') |
| 141 | ? getFeatureValue_CACHED_MAY_BE_STALE('ncode_bridge_repl_v2', false) |
| 142 | : false |
| 143 | } |
| 144 | |
| 145 | /** |
| 146 | * Kill-switch for the `cse_*` → `session_*` client-side retag shim. |
no test coverage detected