MCPcopy Index your code
hub / github.com/getagentseal/codeburn / modelKey

Function modelKey

src/model-efficiency.ts:22–24  ·  view source on GitHub ↗
(call: ParsedApiCall)

Source from the content-addressed store, hash-verified

20}
21
22function modelKey(call: ParsedApiCall): string {
23 return call.provider === 'devin' ? call.model : getShortModelName(call.model)
24}
25
26export function aggregateModelEfficiency(projects: ProjectSummary[]): Map<string, ModelEfficiency> {
27 const byModel = new Map<string, MutableModelEfficiency>()

Callers 1

aggregateModelEfficiencyFunction · 0.85

Calls 1

getShortModelNameFunction · 0.85

Tested by

no test coverage detected