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

Function _temp14

src/components/ContextVisualization.tsx:435–437  ·  view source on GitHub ↗
(tool_2, i_2)

Source from the content-addressed store, hash-verified

433 return t_3.isLoaded;
434}
435function _temp14(tool_2, i_2) {
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}

Callers

nothing calls this directly

Calls 1

formatTokensFunction · 0.85

Tested by

no test coverage detected