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

Function _temp

src/tools/AgentTool/UI.tsx:238–240  ·  view source on GitHub ↗
(block, index)

Source from the content-addressed store, hash-verified

236 return t3;
237}
238function _temp(block, index) {
239 return <Box key={index} paddingLeft={2} marginTop={index === 0 ? 0 : 1}><Markdown>{block.text}</Markdown></Box>;
240}
241type VerboseAgentTranscriptProps = {
242 progressMessages: ProgressMessage<Progress>[];
243 tools: Tools;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected