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

Function _temp7

src/components/Stats.tsx:830–834  ·  view source on GitHub ↗
(t0, t1)

Source from the content-addressed store, hash-verified

828 return Math.max(prev_0 - 2, 0);
829}
830function _temp7(t0, t1) {
831 const [, a] = t0;
832 const [, b] = t1;
833 return b.inputTokens + b.outputTokens - (a.inputTokens + a.outputTokens);
834}
835type ModelEntryProps = {
836 model: string;
837 usage: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected