Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ _legacy_recent_traces
Function
_legacy_recent_traces
uncommon_route/support.py:165–166 ·
view source on GitHub ↗
(limit: int)
Source
from the content-addressed store, hash-verified
163
164
165
def
_legacy_recent_traces(limit: int) -> list[dict[str, Any]]:
166
return
RouteStats().export_records(limit=limit)
167
168
169
def
_recent_traces_payload(limit: int) -> list[dict[str, Any]]:
Callers
2
_recent_traces_payload
Function · 0.85
_recent_errors_payload
Function · 0.85
Calls
2
RouteStats
Class · 0.90
export_records
Method · 0.45
Tested by
no test coverage detected