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

Function setStatsStore

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

Source from the content-addressed store, hash-verified

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

Callers 1

getRenderContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected