(current)
| 356 | }; |
| 357 | } |
| 358 | function _temp11(current) { |
| 359 | if (current.remoteControlAtStartup === false) { |
| 360 | return current; |
| 361 | } |
| 362 | return { |
| 363 | ...current, |
| 364 | remoteControlAtStartup: false |
| 365 | }; |
| 366 | } |
| 367 | function _temp10(prev) { |
| 368 | return !prev; |
| 369 | } |
nothing calls this directly
no outgoing calls
no test coverage detected