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

Function _temp9

src/components/Stats.tsx:823–826  ·  view source on GitHub ↗
(sum, t0)

Source from the content-addressed store, hash-verified

821 return model;
822}
823function _temp9(sum, t0) {
824 const [, usage] = t0;
825 return sum + usage.inputTokens + usage.outputTokens;
826}
827function _temp8(prev_0) {
828 return Math.max(prev_0 - 2, 0);
829}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected