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

Function _temp

src/commands/install.tsx:86–88  ·  view source on GitHub ↗
(message, index)

Source from the content-addressed store, hash-verified

84 return t3;
85}
86function _temp(message, index) {
87 return <Box key={index} marginLeft={2}><Text dimColor={true}>• {message}</Text></Box>;
88}
89function Install({
90 onDone,
91 force,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected