(tool_2, i_2)
| 433 | return t_3.isLoaded; |
| 434 | } |
| 435 | function _temp14(tool_2, i_2) { |
| 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 | } |
nothing calls this directly
no test coverage detected