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

Function fetchMapping

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

Source from the content-addressed store, hash-verified

177export const fetchProviders = () => get<ProvidersState>("/v1/providers");
178export const fetchStats = () => get<Stats>("/v1/stats");
179export const fetchMapping = () => get<Mapping>("/v1/models/mapping");
180export const fetchSpend = () => get<Spend>("/v1/spend");
181export const fetchRoutingConfig = () => get<RoutingConfigState>("/v1/routing-config");
182

Callers 2

RoutingFunction · 0.90
LiveDataProviderFunction · 0.90

Calls 1

getFunction · 0.85

Tested by

no test coverage detected