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

Function _temp15

src/components/ContextVisualization.tsx:432–434  ·  view source on GitHub ↗
(t_3)

Source from the content-addressed store, hash-verified

430 return <Box key={`def-${i_3}`}><Text>└ {tool_3.name}: </Text><Text dimColor={true}>{formatTokens(tool_3.tokens)} tokens</Text></Box>;
431}
432function _temp15(t_3) {
433 return t_3.isLoaded;
434}
435function _temp14(tool_2, i_2) {
436 return <Box key={`sys-${i_2}`}><Text>└ {tool_2.name}: </Text><Text dimColor={true}>{formatTokens(tool_2.tokens)} tokens</Text></Box>;
437}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected