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

Function fetchRecent

frontend/dashboard/src/api.ts:381–382  ·  view source on GitHub ↗
(limit = 30)

Source from the content-addressed store, hash-verified

379}
380
381export const fetchRecent = (limit = 30) =>
382 get<RecentRequest[]>(`/v1/stats/recent?limit=${limit}`);
383
384export interface TraceAttempt {
385 attempt_index: number;

Callers 1

LiveDataProviderFunction · 0.90

Calls 1

getFunction · 0.85

Tested by

no test coverage detected