()
| 13145 | } |
| 13146 | |
| 13147 | const wasInstalling = Boolean(pwnStatus.installing); |
| 13148 | |
| 13149 | pwnStatus = { |
| 13150 | ...pwnStatus, |
| 13151 | ...status |
| 13152 | }; |
| 13153 | pwnStatus.installing = Boolean(pwnStatus.installing); |
nothing calls this directly
no test coverage detected