(tool_1, i_1)
| 436 | return <Box key={`sys-${i_2}`}><Text>└ {tool_2.name}: </Text><Text dimColor={true}>{formatTokens(tool_2.tokens)} tokens</Text></Box>; |
| 437 | } |
| 438 | function _temp13(tool_1, i_1) { |
| 439 | return <Box key={i_1}><Text>└ {tool_1.name}: </Text><Text dimColor={true}>{formatTokens(tool_1.tokens)} tokens</Text></Box>; |
| 440 | } |
| 441 | function _temp12(tool_0, i_0) { |
| 442 | return <Box key={i_0}><Text dimColor={true}>└ {tool_0.name}</Text></Box>; |
| 443 | } |
nothing calls this directly
no test coverage detected