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

Function _temp16

src/components/ContextVisualization.tsx:429–431  ·  view source on GitHub ↗
(tool_3, i_3)

Source from the content-addressed store, hash-verified

427 return !t_5.isLoaded;
428}
429function _temp16(tool_3, i_3) {
430 return <Box key={`def-${i_3}`}><Text>└ {tool_3.name}: </Text><Text dimColor={true}>{formatTokens(tool_3.tokens)} tokens</Text></Box>;
431}
432function _temp15(t_3) {
433 return t_3.isLoaded;
434}

Callers

nothing calls this directly

Calls 1

formatTokensFunction · 0.85

Tested by

no test coverage detected