Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/claude-code-best/claude-code
/ getSessionCounter
Function
getSessionCounter
src/bootstrap/state.ts:975–977 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
973
}
974
975
export
function
getSessionCounter(): AttributedCounter | null {
976
return
STATE.sessionCounter
977
}
978
979
export
function
getLocCounter(): AttributedCounter | null {
980
return
STATE.locCounter
Callers
1
setMeterState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected