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

Function _temp4

src/components/KeybindingWarnings.tsx:43–45  ·  view source on GitHub ↗
(warning, i_0)

Source from the content-addressed store, hash-verified

41 return t0;
42}
43function _temp4(warning, i_0) {
44 return <Box key={`warning-${i_0}`} flexDirection="column"><Box><Text dimColor={true}>└ </Text><Text color="warning">[Warning]</Text><Text dimColor={true}> {warning.message}</Text></Box>{warning.suggestion && <Box marginLeft={3}><Text dimColor={true}>→ {warning.suggestion}</Text></Box>}</Box>;
45}
46function _temp3(error, i) {
47 return <Box key={`error-${i}`} flexDirection="column"><Box><Text dimColor={true}>└ </Text><Text color="error">[Error]</Text><Text dimColor={true}> {error.message}</Text></Box>{error.suggestion && <Box marginLeft={3}><Text dimColor={true}>→ {error.suggestion}</Text></Box>}</Box>;
48}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected