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

Function getModelUsage

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

Source from the content-addressed store, hash-verified

840}
841
842export function getModelUsage(): { [modelName: string]: ModelUsage } {
843 return STATE.modelUsage
844}
845
846export function getUsageForModel(model: string): ModelUsage | undefined {
847 return STATE.modelUsage[model]

Callers 3

submitMessageMethod · 0.85
saveCurrentSessionCostsFunction · 0.85
formatModelUsageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected