Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BlockRunAI/ClawRouter
/ load
Method
load
src/spend-control.ts:65–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
64
export
interface
SpendControlStorage {
65
load(): { limits: SpendLimits; history: SpendRecord[] } | null;
66
save(data: { limits: SpendLimits; history: SpendRecord[] }): void;
67
}
68
Callers
1
load
Method · 0.65
Implementers
3
FileSpendControlStorage
src/spend-control.ts
InMemorySpendControlStorage
src/spend-control.ts
SpendControl
src/spend-control.ts
Calls
no outgoing calls
Tested by
no test coverage detected