(agent, i_6)
| 412 | return <Box key={sourceDisplay} flexDirection="column" marginTop={1}><Text dimColor={true}>{sourceDisplay}</Text>{sourceAgents.map(_temp21)}</Box>; |
| 413 | } |
| 414 | function _temp21(agent, i_6) { |
| 415 | return <Box key={i_6}><Text>└ {agent.agentType}: </Text><Text dimColor={true}>{formatTokens(agent.tokens)} tokens</Text></Box>; |
| 416 | } |
| 417 | function _temp20(section, i_5) { |
| 418 | return <Box key={i_5}><Text>└ {section.name}: </Text><Text dimColor={true}>{formatTokens(section.tokens)} tokens</Text></Box>; |
| 419 | } |
nothing calls this directly
no test coverage detected