MCPcopy Index your code
hub / github.com/CommonstackAI/UncommonRoute / fetchRoutingConfig

Function fetchRoutingConfig

frontend/dashboard/src/api.ts:181–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179export const fetchMapping = () => get<Mapping>("/v1/models/mapping");
180export const fetchSpend = () => get<Spend>("/v1/spend");
181export const fetchRoutingConfig = () => get<RoutingConfigState>("/v1/routing-config");
182
183export async function updateConnections(
184 upstream: string,

Callers 1

RoutingFunction · 0.90

Calls 1

getFunction · 0.85

Tested by

no test coverage detected