(sum, t0)
| 821 | return model; |
| 822 | } |
| 823 | function _temp9(sum, t0) { |
| 824 | const [, usage] = t0; |
| 825 | return sum + usage.inputTokens + usage.outputTokens; |
| 826 | } |
| 827 | function _temp8(prev_0) { |
| 828 | return Math.max(prev_0 - 2, 0); |
| 829 | } |
nothing calls this directly
no outgoing calls
no test coverage detected