MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / setStatsStore

Function setStatsStore

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

Source from the content-addressed store, hash-verified

647}
648
649export function setStatsStore(
650 store: { observe(name: string, value: number): void } | null,
651): void {
652 STATE.statsStore = store
653}
654
655/**
656 * Marks that an interaction occurred.

Callers 1

getRenderContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected