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

Function _temp13

src/components/ContextVisualization.tsx:438–440  ·  view source on GitHub ↗
(tool_1, i_1)

Source from the content-addressed store, hash-verified

436 return <Box key={`sys-${i_2}`}><Text>└ {tool_2.name}: </Text><Text dimColor={true}>{formatTokens(tool_2.tokens)} tokens</Text></Box>;
437}
438function _temp13(tool_1, i_1) {
439 return <Box key={i_1}><Text>└ {tool_1.name}: </Text><Text dimColor={true}>{formatTokens(tool_1.tokens)} tokens</Text></Box>;
440}
441function _temp12(tool_0, i_0) {
442 return <Box key={i_0}><Text dimColor={true}>└ {tool_0.name}</Text></Box>;
443}

Callers

nothing calls this directly

Calls 1

formatTokensFunction · 0.85

Tested by

no test coverage detected