MCPcopy
hub / github.com/codeaashu/claude-code / getStatsStore

Function getStatsStore

src/bootstrap/state.ts:641–645  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

639}
640
641export function getStatsStore(): {
642 observe(name: string, value: number): void
643} | null {
644 return STATE.statsStore
645}
646
647export function setStatsStore(
648 store: { observe(name: string, value: number): void } | null,

Callers 2

executeHooksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected