(t0, t1)
| 828 | return Math.max(prev_0 - 2, 0); |
| 829 | } |
| 830 | function _temp7(t0, t1) { |
| 831 | const [, a] = t0; |
| 832 | const [, b] = t1; |
| 833 | return b.inputTokens + b.outputTokens - (a.inputTokens + a.outputTokens); |
| 834 | } |
| 835 | type ModelEntryProps = { |
| 836 | model: string; |
| 837 | usage: { |
nothing calls this directly
no outgoing calls
no test coverage detected