(t0)
| 817 | return <Text key={item.model}>{i > 0 ? " \xB7 " : ""}<Ansi>{item.coloredBullet}</Ansi> {item.model}</Text>; |
| 818 | } |
| 819 | function _temp0(t0) { |
| 820 | const [model] = t0; |
| 821 | return model; |
| 822 | } |
| 823 | function _temp9(sum, t0) { |
| 824 | const [, usage] = t0; |
| 825 | return sum + usage.inputTokens + usage.outputTokens; |
nothing calls this directly
no outgoing calls
no test coverage detected