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