Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
696
export
function
getTotalLinesAdded(): number {
697
return
STATE.totalLinesAdded
698
}
699
700
export
function
getTotalLinesRemoved(): number {
701
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