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

Function _temp23

src/components/ContextVisualization.tsx:407–409  ·  view source on GitHub ↗
(file, i_7)

Source from the content-addressed store, hash-verified

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}
410function _temp22(t0) {
411 const [sourceDisplay, sourceAgents] = t0;
412 return <Box key={sourceDisplay} flexDirection="column" marginTop={1}><Text dimColor={true}>{sourceDisplay}</Text>{sourceAgents.map(_temp21)}</Box>;

Callers

nothing calls this directly

Calls 2

getDisplayPathFunction · 0.85
formatTokensFunction · 0.85

Tested by

no test coverage detected