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

Function _temp2

src/commands/install-github-app/WarningsStep.tsx:67–69  ·  view source on GitHub ↗
(warning, index)

Source from the content-addressed store, hash-verified

65 return t6;
66}
67function _temp2(warning, index) {
68 return <Box key={index} flexDirection="column" marginBottom={1}><Text color="warning" bold={true}>{warning.title}</Text><Text>{warning.message}</Text>{warning.instructions.length > 0 && <Box flexDirection="column" marginLeft={2} marginTop={1}>{warning.instructions.map(_temp)}</Box>}</Box>;
69}
70function _temp(instruction, i) {
71 return <Text key={i} dimColor={true}>• {instruction}</Text>;
72}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected