Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
class
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
_load
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected