MCPcopy Index your code
hub / github.com/BlockRunAI/ClawRouter / buildModelPricing

Function buildModelPricing

test/e2e.ts:19–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17// ─── Helpers ───
18
19function buildModelPricing(): Map<string, ModelPricing> {
20 const map = new Map<string, ModelPricing>();
21 for (const m of BLOCKRUN_MODELS) {
22 if (m.id === "blockrun/auto") continue;
23 map.set(m.id, { inputPrice: m.inputPrice, outputPrice: m.outputPrice });
24 }
25 return map;
26}
27
28let passed = 0;
29let failed = 0;

Callers 1

e2e.tsFile · 0.70

Calls 1

setMethod · 0.80

Tested by

no test coverage detected