MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getTotalCostUSD

Function getTotalCostUSD

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

Source from the content-addressed store, hash-verified

564}
565
566export function getTotalCostUSD(): number {
567 return STATE.totalCostUSD
568}
569
570export function getTotalAPIDuration(): number {
571 return STATE.totalAPIDuration

Callers 3

saveCurrentSessionCostsFunction · 0.85
formatTotalCostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected