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

Function _temp10

src/screens/Doctor.tsx:527–529  ·  view source on GitHub ↗
(warning, i_0)

Source from the content-addressed store, hash-verified

525 return <Text key={i_1}>└ {validation.name}:{" "}<Text color={validation.status === "capped" ? "warning" : "error"}>{validation.message}</Text></Text>;
526}
527function _temp10(warning, i_0) {
528 return <Box key={i_0} flexDirection="column"><Text color="warning">Warning: {warning.issue}</Text><Text>Fix: {warning.fix}</Text></Box>;
529}
530function _temp1(install, i) {
531 return <Text key={i}>└ {install.type} at {install.path}</Text>;
532}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected