(t0, j)
| 189 | return properties.length > 0 && <Box key={i} flexDirection="column">{properties.map(_temp3)}</Box>; |
| 190 | } |
| 191 | function _temp3(t0, j) { |
| 192 | const { |
| 193 | label, |
| 194 | value |
| 195 | } = t0; |
| 196 | return <Box key={j} flexDirection="row" gap={1} flexShrink={0}>{label !== undefined && <Text bold={true}>{label}:</Text>}<PropertyValue value={value} /></Box>; |
| 197 | } |
| 198 | function _temp2(s_0) { |
| 199 | return s_0.mcp; |
| 200 | } |
nothing calls this directly
no outgoing calls
no test coverage detected