MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp25

Function _temp25

src/components/ContextVisualization.tsx:400–403  ·  view source on GitHub ↗
(t0)

Source from the content-addressed store, hash-verified

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}
400function _temp25(t0) {
401 const [sourceDisplay_0, sourceSkills] = t0;
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected