MCPcopy 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

176class 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

load_stateFunction · 0.45
_loadMethod · 0.45
_version_from_pyprojectFunction · 0.45

Calls

no outgoing calls

Tested by 2