Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ getLocCounter
Function
getLocCounter
src/bootstrap/state.ts:997–999 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
995
}
996
997
export
function
getLocCounter(): AttributedCounter | null {
998
return
STATE.locCounter
999
}
1000
1001
export
function
getPrCounter(): AttributedCounter | null {
1002
return
STATE.prCounter
Callers
1
countLinesChanged
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected