MCPcopy
hub / github.com/claude-code-best/claude-code / getTotalLinesAdded

Function getTotalLinesAdded

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

Source from the content-addressed store, hash-verified

688}
689
690export function getTotalLinesAdded(): number {
691 return STATE.totalLinesAdded
692}
693
694export function getTotalLinesRemoved(): number {
695 return STATE.totalLinesRemoved

Callers 3

saveCurrentSessionCostsFunction · 0.85
formatTotalCostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected