(t0)
| 210 | return s.tasks; |
| 211 | } |
| 212 | function HideRow(t0) { |
| 213 | const $ = _c(18); |
| 214 | const { |
| 215 | isSelected |
| 216 | } = t0; |
| 217 | const t1 = isSelected ? "suggestion" : undefined; |
| 218 | const t2 = isSelected ? figures.pointer : " "; |
| 219 | let t3; |
| 220 | if ($[0] !== isSelected || $[1] !== t1 || $[2] !== t2) { |
| 221 | t3 = <Text color={t1} bold={isSelected}>{t2}</Text>; |
| 222 | $[0] = isSelected; |
| 223 | $[1] = t1; |
| 224 | $[2] = t2; |
| 225 | $[3] = t3; |
| 226 | } else { |
| 227 | t3 = $[3]; |
| 228 | } |
| 229 | const t4 = !isSelected; |
| 230 | const t5 = isSelected ? "\u2558\u2550" : "\u2514\u2500"; |
| 231 | let t6; |
| 232 | if ($[4] !== isSelected || $[5] !== t4 || $[6] !== t5) { |
| 233 | t6 = <Text dimColor={t4} bold={isSelected}>{t5}{" "}</Text>; |
| 234 | $[4] = isSelected; |
| 235 | $[5] = t4; |
| 236 | $[6] = t5; |
| 237 | $[7] = t6; |
| 238 | } else { |
| 239 | t6 = $[7]; |
| 240 | } |
| 241 | const t7 = !isSelected; |
| 242 | let t8; |
| 243 | if ($[8] !== isSelected || $[9] !== t7) { |
| 244 | t8 = <Text dimColor={t7} bold={isSelected}>hide</Text>; |
| 245 | $[8] = isSelected; |
| 246 | $[9] = t7; |
| 247 | $[10] = t8; |
| 248 | } else { |
| 249 | t8 = $[10]; |
| 250 | } |
| 251 | let t9; |
| 252 | if ($[11] !== isSelected) { |
| 253 | t9 = isSelected && <Text dimColor={true}> · enter to collapse</Text>; |
| 254 | $[11] = isSelected; |
| 255 | $[12] = t9; |
| 256 | } else { |
| 257 | t9 = $[12]; |
| 258 | } |
| 259 | let t10; |
| 260 | if ($[13] !== t3 || $[14] !== t6 || $[15] !== t8 || $[16] !== t9) { |
| 261 | t10 = <Box paddingLeft={3}>{t3}{t6}{t8}{t9}</Box>; |
| 262 | $[13] = t3; |
| 263 | $[14] = t6; |
| 264 | $[15] = t8; |
| 265 | $[16] = t9; |
| 266 | $[17] = t10; |
| 267 | } else { |
| 268 | t10 = $[17]; |
| 269 | } |
nothing calls this directly
no outgoing calls
no test coverage detected