(prev_0)
| 347 | return l.length > 0; |
| 348 | } |
| 349 | function _temp12(prev_0) { |
| 350 | if (!prev_0.replBridgeEnabled) { |
| 351 | return prev_0; |
| 352 | } |
| 353 | return { |
| 354 | ...prev_0, |
| 355 | replBridgeEnabled: false |
| 356 | }; |
| 357 | } |
| 358 | function _temp11(current) { |
| 359 | if (current.remoteControlAtStartup === false) { |
| 360 | return current; |
nothing calls this directly
no outgoing calls
no test coverage detected