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

Function _temp27

src/components/ContextVisualization.tsx:394–396  ·  view source on GitHub ↗
(attachment, i_10)

Source from the content-addressed store, hash-verified

392 return t18;
393}
394function _temp27(attachment, i_10) {
395 return <Box key={i_10} marginLeft={1}><Text>└ {attachment.name}: </Text><Text dimColor={true}>{formatTokens(attachment.tokens)} tokens</Text></Box>;
396}
397function _temp26(tool_5, i_9) {
398 return <Box key={i_9} marginLeft={1}><Text>└ {tool_5.name}: </Text><Text dimColor={true}>calls {formatTokens(tool_5.callTokens)}, results{" "}{formatTokens(tool_5.resultTokens)}</Text></Box>;
399}

Callers

nothing calls this directly

Calls 1

formatTokensFunction · 0.85

Tested by

no test coverage detected