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

Function _temp1

src/components/ContextVisualization.tsx:450–452  ·  view source on GitHub ↗
(tool, i)

Source from the content-addressed store, hash-verified

448 return !t_2.isLoaded;
449}
450function _temp1(tool, i) {
451 return <Box key={i}><Text>└ {tool.name}: </Text><Text dimColor={true}>{formatTokens(tool.tokens)} tokens</Text></Box>;
452}
453function _temp0(t) {
454 return t.isLoaded;
455}

Callers

nothing calls this directly

Calls 1

formatTokensFunction · 0.85

Tested by

no test coverage detected