MCPcopy
hub / github.com/codeaashu/claude-code / getTokenCounter

Function getTokenCounter

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

Source from the content-addressed store, hash-verified

1011}
1012
1013export function getTokenCounter(): AttributedCounter | null {
1014 return STATE.tokenCounter
1015}
1016
1017export function getCodeEditToolDecisionCounter(): AttributedCounter | null {
1018 return STATE.codeEditToolDecisionCounter

Callers 1

addToTotalSessionCostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected