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

Function fetchConnections

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

Source from the content-addressed store, hash-verified

174
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");

Callers 1

ConnectionsFunction · 0.90

Calls 1

getFunction · 0.85

Tested by

no test coverage detected