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

Function _temp1

src/components/Stats.tsx:816–818  ·  view source on GitHub ↗
(item, i)

Source from the content-addressed store, hash-verified

814 })}</Box>{t9}</Box>{t10}</Box>;
815}
816function _temp1(item, i) {
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected