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

Function getUsageForModel

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

Source from the content-addressed store, hash-verified

828}
829
830export function getUsageForModel(model: string): ModelUsage | undefined {
831 return STATE.modelUsage[model]
832}
833
834/**
835 * 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