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

Function _temp15

src/screens/Doctor.tsx:512–514  ·  view source on GitHub ↗
(detail, i_5)

Source from the content-addressed store, hash-verified

510 return <Text key={i_6} dimColor={true}>{" "}└ {detail_0}</Text>;
511}
512function _temp15(detail, i_5) {
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected