Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
spend-control.test.ts
File · 0.80
Calls
1
save
Method · 0.95
Tested by
no test coverage detected