MCPcopy Index your code
hub / github.com/BlockRunAI/ClawRouter / clearLimit

Method clearLimit

src/spend-control.ts:180–183  ·  view source on GitHub ↗
(window: SpendWindow)

Source from the content-addressed store, hash-verified

178 }
179
180 clearLimit(window: SpendWindow): void {
181 delete this.limits[window];
182 this.save();
183 }
184
185 getLimits(): SpendLimits {
186 return { ...this.limits };

Callers 1

Calls 1

saveMethod · 0.95

Tested by

no test coverage detected