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

Function getSessionCounter

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

Source from the content-addressed store, hash-verified

1007}
1008
1009export function getSessionCounter(): AttributedCounter | null {
1010 return STATE.sessionCounter
1011}
1012
1013export function getLocCounter(): AttributedCounter | null {
1014 return STATE.locCounter

Callers 1

setMeterStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected