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

Function getCostCounter

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

Source from the content-addressed store, hash-verified

1023}
1024
1025export function getCostCounter(): AttributedCounter | null {
1026 return STATE.costCounter
1027}
1028
1029export function getTokenCounter(): AttributedCounter | null {
1030 return STATE.tokenCounter

Callers 1

addToTotalSessionCostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected