(install, i)
| 528 | return <Box key={i_0} flexDirection="column"><Text color="warning">Warning: {warning.issue}</Text><Text>Fix: {warning.fix}</Text></Box>; |
| 529 | } |
| 530 | function _temp1(install, i) { |
| 531 | return <Text key={i}>└ {install.type} at {install.path}</Text>; |
| 532 | } |
| 533 | function _temp0(a) { |
| 534 | return { |
| 535 | agentType: a.agentType, |
nothing calls this directly
no outgoing calls
no test coverage detected