Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ load
Method
load
uncommon_route/stats.py:178–178 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
176
class
RouteStatsStorage(ABC):
177
@abstractmethod
178
def
load(self) -> list[dict[str, Any]]: ...
179
180
@abstractmethod
181
def
save(self, records: list[dict[str, Any]]) -> None: ...
Callers
5
test_schema_version_stored
Function · 0.45
test_runtime_version_matches_pyproject
Function · 0.45
load_state
Function · 0.45
_load
Method · 0.45
_version_from_pyproject
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_schema_version_stored
Function · 0.36
test_runtime_version_matches_pyproject
Function · 0.36