MCPcopy 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
64export interface SpendControlStorage {
65 load(): { limits: SpendLimits; history: SpendRecord[] } | null;
66 save(data: { limits: SpendLimits; history: SpendRecord[] }): void;
67}
68

Callers 1

loadMethod · 0.65

Implementers 3

FileSpendControlStoragesrc/spend-control.ts
InMemorySpendControlStoragesrc/spend-control.ts
SpendControlsrc/spend-control.ts

Calls

no outgoing calls

Tested by

no test coverage detected