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

Function _temp11

src/screens/Doctor.tsx:524–526  ·  view source on GitHub ↗
(validation, i_1)

Source from the content-addressed store, hash-verified

522 return <Text key={i_2}>└ {lock.version}: PID {lock.pid}{" "}{lock.isProcessRunning ? <Text>(running)</Text> : <Text color="warning">(stale)</Text>}</Text>;
523}
524function _temp11(validation, i_1) {
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected