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

Function _temp10

src/components/ContextVisualization.tsx:447–449  ·  view source on GitHub ↗
(t_2)

Source from the content-addressed store, hash-verified

445 return !t_1.isLoaded;
446}
447function _temp10(t_2) {
448 return !t_2.isLoaded;
449}
450function _temp1(tool, i) {
451 return <Box key={i}><Text>└ {tool.name}: </Text><Text dimColor={true}>{formatTokens(tool.tokens)} tokens</Text></Box>;
452}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected