Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ load_recent_days
Method
load_recent_days
uncommon_route/traces.py:163–165 ·
view source on GitHub ↗
( self, days: int, *, now: float )
Source
from the content-addressed store, hash-verified
161
162
@abstractmethod
163
def
load_recent_days(
164
self, days: int, *, now: float
165
) -> list[dict[str, Any]]: ...
166
167
@abstractmethod
168
def
load_for_request(
Callers
1
_load
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected