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

Function _temp0

src/components/Stats.tsx:819–822  ·  view source on GitHub ↗
(t0)

Source from the content-addressed store, hash-verified

817 return <Text key={item.model}>{i > 0 ? " \xB7 " : ""}<Ansi>{item.coloredBullet}</Ansi> {item.model}</Text>;
818}
819function _temp0(t0) {
820 const [model] = t0;
821 return model;
822}
823function _temp9(sum, t0) {
824 const [, usage] = t0;
825 return sum + usage.inputTokens + usage.outputTokens;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected