(tool_5, i_9)
| 395 | return <Box key={i_10} marginLeft={1}><Text>└ {attachment.name}: </Text><Text dimColor={true}>{formatTokens(attachment.tokens)} tokens</Text></Box>; |
| 396 | } |
| 397 | function _temp26(tool_5, i_9) { |
| 398 | return <Box key={i_9} marginLeft={1}><Text>└ {tool_5.name}: </Text><Text dimColor={true}>calls {formatTokens(tool_5.callTokens)}, results{" "}{formatTokens(tool_5.resultTokens)}</Text></Box>; |
| 399 | } |
| 400 | function _temp25(t0) { |
| 401 | const [sourceDisplay_0, sourceSkills] = t0; |
| 402 | return <Box key={sourceDisplay_0} flexDirection="column" marginTop={1}><Text dimColor={true}>{sourceDisplay_0}</Text>{sourceSkills.map(_temp24)}</Box>; |
nothing calls this directly
no test coverage detected