MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / setStatsStore

Function setStatsStore

src/bootstrap/state.ts:641–645  ·  view source on GitHub ↗
(
  store: { observe(name: string, value: number): void } | null,
)

Source from the content-addressed store, hash-verified

639}
640
641export function setStatsStore(
642 store: { observe(name: string, value: number): void } | null,
643): void {
644 STATE.statsStore = store
645}
646
647/**
648 * Marks that an interaction occurred.

Callers 1

getRenderContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected