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

Function _temp19

src/components/ContextVisualization.tsx:420–422  ·  view source on GitHub ↗
(tool_4, i_4)

Source from the content-addressed store, hash-verified

418 return <Box key={i_5}><Text>└ {section.name}: </Text><Text dimColor={true}>{formatTokens(section.tokens)} tokens</Text></Box>;
419}
420function _temp19(tool_4, i_4) {
421 return <Box key={i_4}><Text dimColor={true}>└ {tool_4.name}</Text></Box>;
422}
423function _temp18(t_4) {
424 return !t_4.isLoaded;
425}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected