MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp7

Function _temp7

src/commands/bridge/bridge.tsx:447–457  ·  view source on GitHub ↗
(prev)

Source from the content-addressed store, hash-verified

445 return !prev_0;
446}
447function _temp7(prev) {
448 if (!prev.replBridgeEnabled) {
449 return prev;
450 }
451 return {
452 ...prev,
453 replBridgeEnabled: false,
454 replBridgeExplicit: false,
455 replBridgeOutboundOnly: false
456 };
457}
458function _temp6(s_1) {
459 return s_1.replBridgeSessionActive;
460}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected