MCPcopy Create free account
hub / github.com/Noumena-Network/code / isEnvLessBridgeEnabled

Function isEnvLessBridgeEnabled

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

Source from the content-addressed store, hash-verified

137 * on the env-based implementation regardless of this gate.
138 */
139export 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.

Callers 3

initReplBridgeFunction · 0.85
checkBridgePrerequisitesFunction · 0.85

Tested by

no test coverage detected