Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1009
export
function
getSessionCounter(): AttributedCounter | null {
1010
return
STATE.sessionCounter
1011
}
1012
1013
export
function
getLocCounter(): AttributedCounter | null {
1014
return
STATE.locCounter
Callers
1
setMeterState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected