MCPcopy Create free account
hub / github.com/Noumena-Network/code / setStatsStore

Function setStatsStore

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

Source from the content-addressed store, hash-verified

661}
662
663export function setStatsStore(
664 store: { observe(name: string, value: number): void } | null,
665): void {
666 STATE.statsStore = store
667}
668
669/**
670 * Marks that an interaction occurred.

Callers 1

getRenderContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected