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

Method load

uncommon_route/spend_control.py:67–67  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65class SpendControlStorage(ABC):
66 @abstractmethod
67 def load(self) -> dict[str, Any] | None: ...
68
69 @abstractmethod
70 def save(self, data: dict[str, Any]) -> None: ...

Callers 1

_loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected