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

Function _temp1

src/screens/Doctor.tsx:530–532  ·  view source on GitHub ↗
(install, i)

Source from the content-addressed store, hash-verified

528 return <Box key={i_0} flexDirection="column"><Text color="warning">Warning: {warning.issue}</Text><Text>Fix: {warning.fix}</Text></Box>;
529}
530function _temp1(install, i) {
531 return <Text key={i}>└ {install.type} at {install.path}</Text>;
532}
533function _temp0(a) {
534 return {
535 agentType: a.agentType,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected