MCPcopy Index your code
hub / github.com/codeaashu/claude-code / _temp14

Function _temp14

src/screens/Doctor.tsx:515–517  ·  view source on GitHub ↗
(error_0, i_4)

Source from the content-addressed store, hash-verified

513 return <Text key={i_5} dimColor={true}>{" "}└ {detail}</Text>;
514}
515function _temp14(error_0, i_4) {
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}

Callers

nothing calls this directly

Calls 1

getPluginErrorMessageFunction · 0.85

Tested by

no test coverage detected