(tool, i)
| 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 | } |
| 453 | function _temp0(t) { |
| 454 | return t.isLoaded; |
| 455 | } |
nothing calls this directly
no test coverage detected