(pair, index)
| 126 | return t3; |
| 127 | } |
| 128 | function _temp3(pair, index) { |
| 129 | return <Box key={`suggestion-pair-${index}`} flexDirection="column" marginBottom={1}>{pair.suggestion && <Text dimColor={true} wrap="wrap">{pair.suggestion}</Text>}{pair.docLink && <Text dimColor={true} wrap="wrap">Learn more: {pair.docLink}</Text>}</Box>; |
| 130 | } |
| 131 | function _temp2(a, b) { |
| 132 | if (!a.path && b.path) { |
| 133 | return -1; |
nothing calls this directly
no outgoing calls
no test coverage detected