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

Function _temp3

src/components/KeybindingWarnings.tsx:46–48  ·  view source on GitHub ↗
(error, i)

Source from the content-addressed store, hash-verified

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}
49function _temp2(w_0) {
50 return w_0.severity === "warning";
51}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected