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

Function getUsageForModel

src/bootstrap/state.ts:812–814  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

810}
811
812export function getUsageForModel(model: string): ModelUsage | undefined {
813 return STATE.modelUsage[model]
814}
815
816/**
817 * Gets the model override set from the --model CLI flag or after the user

Callers 1

addToTotalModelUsageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected