MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / getTotalLinesRemoved

Function getTotalLinesRemoved

src/bootstrap/state.ts:694–696  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

692}
693
694export function getTotalLinesRemoved(): number {
695 return STATE.totalLinesRemoved
696}
697
698export function getTotalInputTokens(): number {
699 return sumBy(Object.values(STATE.modelUsage), 'inputTokens')

Callers 3

saveCurrentSessionCostsFunction · 0.85
formatTotalCostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected