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

Function _temp22

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

Source from the content-addressed store, hash-verified

408 return <Box key={i_7}><Text>└ {getDisplayPath(file.path)}: </Text><Text dimColor={true}>{formatTokens(file.tokens)} tokens</Text></Box>;
409}
410function _temp22(t0) {
411 const [sourceDisplay, sourceAgents] = t0;
412 return <Box key={sourceDisplay} flexDirection="column" marginTop={1}><Text dimColor={true}>{sourceDisplay}</Text>{sourceAgents.map(_temp21)}</Box>;
413}
414function _temp21(agent, i_6) {
415 return <Box key={i_6}><Text>└ {agent.agentType}: </Text><Text dimColor={true}>{formatTokens(agent.tokens)} tokens</Text></Box>;
416}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected