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

Function _temp24

src/components/ContextVisualization.tsx:404–406  ·  view source on GitHub ↗
(skill, i_8)

Source from the content-addressed store, hash-verified

402 return <Box key={sourceDisplay_0} flexDirection="column" marginTop={1}><Text dimColor={true}>{sourceDisplay_0}</Text>{sourceSkills.map(_temp24)}</Box>;
403}
404function _temp24(skill, i_8) {
405 return <Box key={i_8}><Text>└ {skill.name}: </Text><Text dimColor={true}>{formatTokens(skill.tokens)} tokens</Text></Box>;
406}
407function _temp23(file, i_7) {
408 return <Box key={i_7}><Text>└ {getDisplayPath(file.path)}: </Text><Text dimColor={true}>{formatTokens(file.tokens)} tokens</Text></Box>;
409}

Callers

nothing calls this directly

Calls 1

formatTokensFunction · 0.85

Tested by

no test coverage detected