(pill_0, i_0)
| 233 | return t11; |
| 234 | } |
| 235 | function _temp1(pill_0, i_0) { |
| 236 | const pillText = `@${pill_0.name}`; |
| 237 | return stringWidth(pillText) + (i_0 > 0 ? 1 : 0); |
| 238 | } |
| 239 | function _temp0(pill, i) { |
| 240 | return { |
| 241 | ...pill, |
nothing calls this directly
no outgoing calls
no test coverage detected