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

Function _temp12

src/screens/Doctor.tsx:521–523  ·  view source on GitHub ↗
(lock, i_2)

Source from the content-addressed store, hash-verified

519 return <Text key={i_3} dimColor={true}>{" "}└ {file.path}: {file.error}</Text>;
520}
521function _temp12(lock, i_2) {
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected