(t_3)
| 430 | return <Box key={`def-${i_3}`}><Text>└ {tool_3.name}: </Text><Text dimColor={true}>{formatTokens(tool_3.tokens)} tokens</Text></Box>; |
| 431 | } |
| 432 | function _temp15(t_3) { |
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected