MCPcopy 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
975export function getSessionCounter(): AttributedCounter | null {
976 return STATE.sessionCounter
977}
978
979export function getLocCounter(): AttributedCounter | null {
980 return STATE.locCounter

Callers 1

setMeterStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected