MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / getTokenCounter

Function getTokenCounter

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

Source from the content-addressed store, hash-verified

993}
994
995export function getTokenCounter(): AttributedCounter | null {
996 return STATE.tokenCounter
997}
998
999export function getCodeEditToolDecisionCounter(): AttributedCounter | null {
1000 return STATE.codeEditToolDecisionCounter

Callers 1

addToTotalSessionCostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected