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

Function fetchProviders

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

Source from the content-addressed store, hash-verified

175export const fetchHealth = () => get<Health>("/health");
176export const fetchConnections = () => get<ConnectionState>("/v1/connections");
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");

Callers 1

ConnectionsFunction · 0.90

Calls 1

getFunction · 0.85

Tested by

no test coverage detected