MCPcopy
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
993export function getSessionCounter(): AttributedCounter | null {
994 return STATE.sessionCounter
995}
996
997export function getLocCounter(): AttributedCounter | null {
998 return STATE.locCounter

Callers 1

setMeterStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected