(t)
| 418 | return Object.values(s_0.tasks).some(_temp5); |
| 419 | } |
| 420 | function _temp5(t) { |
| 421 | return t.type === "dream" && t.status === "running"; |
| 422 | } |
| 423 | function _temp4(opt) { |
| 424 | return opt.value === lastSelectedPath; |
| 425 | } |
nothing calls this directly
no outgoing calls
no test coverage detected