MCPcopy Create free account
hub / github.com/Noumena-Network/code / getUsageForModel

Function getUsageForModel

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

Source from the content-addressed store, hash-verified

844}
845
846export function getUsageForModel(model: string): ModelUsage | undefined {
847 return STATE.modelUsage[model]
848}
849
850/**
851 * 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