(t_2)
| 445 | return !t_1.isLoaded; |
| 446 | } |
| 447 | function _temp10(t_2) { |
| 448 | return !t_2.isLoaded; |
| 449 | } |
| 450 | function _temp1(tool, i) { |
| 451 | return <Box key={i}><Text>└ {tool.name}: </Text><Text dimColor={true}>{formatTokens(tool.tokens)} tokens</Text></Box>; |
| 452 | } |
nothing calls this directly
no outgoing calls
no test coverage detected