Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
381
export
const
fetchRecent = (limit = 30) =>
382
get<RecentRequest[]>(`/v1/stats/recent?limit=${limit}`);
383
384
export
interface
TraceAttempt {
385
attempt_index: number;
Callers
1
LiveDataProvider
Function · 0.90
Calls
1
get
Function · 0.85
Tested by
no test coverage detected