MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp3

Function _temp3

src/components/ValidationErrorsList.tsx:128–130  ·  view source on GitHub ↗
(pair, index)

Source from the content-addressed store, hash-verified

126 return t3;
127}
128function _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}
131function _temp2(a, b) {
132 if (!a.path && b.path) {
133 return -1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected