Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
690
export
function
getTotalLinesAdded(): number {
691
return
STATE.totalLinesAdded
692
}
693
694
export
function
getTotalLinesRemoved(): number {
695
return
STATE.totalLinesRemoved
Callers
3
saveCurrentSessionCosts
Function · 0.85
formatTotalCost
Function · 0.85
buildStatusLineCommandInput
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected