MCPcopy Index your code
hub / github.com/codeaashu/claude-code / _temp21

Function _temp21

src/components/ContextVisualization.tsx:414–416  ·  view source on GitHub ↗
(agent, i_6)

Source from the content-addressed store, hash-verified

412 return <Box key={sourceDisplay} flexDirection="column" marginTop={1}><Text dimColor={true}>{sourceDisplay}</Text>{sourceAgents.map(_temp21)}</Box>;
413}
414function _temp21(agent, i_6) {
415 return <Box key={i_6}><Text>└ {agent.agentType}: </Text><Text dimColor={true}>{formatTokens(agent.tokens)} tokens</Text></Box>;
416}
417function _temp20(section, i_5) {
418 return <Box key={i_5}><Text>└ {section.name}: </Text><Text dimColor={true}>{formatTokens(section.tokens)} tokens</Text></Box>;
419}

Callers

nothing calls this directly

Calls 1

formatTokensFunction · 0.85

Tested by

no test coverage detected