MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / load

Method load

uncommon_route/connections_store.py:52–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50class ConnectionsStorage(ABC):
51 @abstractmethod
52 def load(self) -> dict[str, Any]: ...
53
54 @abstractmethod
55 def save(self, data: dict[str, Any]) -> None: ...

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected