(prev)
| 445 | return !prev_0; |
| 446 | } |
| 447 | function _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 | } |
| 458 | function _temp6(s_1) { |
| 459 | return s_1.replBridgeSessionActive; |
| 460 | } |
nothing calls this directly
no outgoing calls
no test coverage detected