(prev_0)
| 145 | return t8; |
| 146 | } |
| 147 | function _temp2(prev_0) { |
| 148 | if (prev_0.desktopUpsellDismissed) { |
| 149 | return prev_0; |
| 150 | } |
| 151 | return { |
| 152 | ...prev_0, |
| 153 | desktopUpsellDismissed: true |
| 154 | }; |
| 155 | } |
| 156 | function _temp() { |
| 157 | const newCount = (getGlobalConfig().desktopUpsellSeenCount ?? 0) + 1; |
| 158 | saveGlobalConfig(prev => { |
nothing calls this directly
no outgoing calls
no test coverage detected