(pill, i)
| 237 | return stringWidth(pillText) + (i_0 > 0 ? 1 : 0); |
| 238 | } |
| 239 | function _temp0(pill, i) { |
| 240 | return { |
| 241 | ...pill, |
| 242 | idx: i |
| 243 | }; |
| 244 | } |
| 245 | function _temp9(a_0, b_0) { |
| 246 | if (a_0.isIdle !== b_0.isIdle) { |
| 247 | return a_0.isIdle ? 1 : -1; |
nothing calls this directly
no outgoing calls
no test coverage detected