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

Function getCostCounter

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

Source from the content-addressed store, hash-verified

989}
990
991export function getCostCounter(): AttributedCounter | null {
992 return STATE.costCounter
993}
994
995export function getTokenCounter(): AttributedCounter | null {
996 return STATE.tokenCounter

Callers 1

addToTotalSessionCostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected