MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getMeter

Function getMeter

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

Source from the content-addressed store, hash-verified

987}
988
989export function getMeter(): Meter | null {
990 return STATE.meter
991}
992
993export function getSessionCounter(): AttributedCounter | null {
994 return STATE.sessionCounter

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected