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

Function _temp2

src/components/KeybindingWarnings.tsx:49–51  ·  view source on GitHub ↗
(w_0)

Source from the content-addressed store, hash-verified

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}
52function _temp(w) {
53 return w.severity === "error";
54}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected