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

Function fetchSpend

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

Source from the content-addressed store, hash-verified

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
183export async function updateConnections(

Callers 1

LiveDataProviderFunction · 0.90

Calls 1

getFunction · 0.85

Tested by

no test coverage detected