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

Function getStatsStore

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

Source from the content-addressed store, hash-verified

633}
634
635export function getStatsStore(): {
636 observe(name: string, value: number): void
637} | null {
638 return STATE.statsStore
639}
640
641export function setStatsStore(
642 store: { observe(name: string, value: number): void } | null,

Callers 2

executeHooksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected