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

Function getTotalLinesAdded

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

Source from the content-addressed store, hash-verified

694}
695
696export function getTotalLinesAdded(): number {
697 return STATE.totalLinesAdded
698}
699
700export function getTotalLinesRemoved(): number {
701 return STATE.totalLinesRemoved

Callers 3

saveCurrentSessionCostsFunction · 0.85
formatTotalCostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected