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

Function _temp20

src/components/ContextVisualization.tsx:417–419  ·  view source on GitHub ↗
(section, i_5)

Source from the content-addressed store, hash-verified

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}
420function _temp19(tool_4, i_4) {
421 return <Box key={i_4}><Text dimColor={true}>└ {tool_4.name}</Text></Box>;
422}

Callers

nothing calls this directly

Calls 1

formatTokensFunction · 0.85

Tested by

no test coverage detected