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

Function getTokenCounter

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

Source from the content-addressed store, hash-verified

1027}
1028
1029export function getTokenCounter(): AttributedCounter | null {
1030 return STATE.tokenCounter
1031}
1032
1033export function getCodeEditToolDecisionCounter(): AttributedCounter | null {
1034 return STATE.codeEditToolDecisionCounter

Callers 1

addToTotalSessionCostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected