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

Function _temp13

src/screens/Doctor.tsx:518–520  ·  view source on GitHub ↗
(file, i_3)

Source from the content-addressed store, hash-verified

516 return <Text key={i_4} dimColor={true}>{" "}└ {error_0.source || "unknown"}{"plugin" in error_0 && error_0.plugin ? ` [${error_0.plugin}]` : ""}:{" "}{getPluginErrorMessage(error_0)}</Text>;
517}
518function _temp13(file, i_3) {
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected