MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / clear_limit

Method clear_limit

uncommon_route/spend_control.py:147–149  ·  view source on GitHub ↗
(self, window: SpendWindow)

Source from the content-addressed store, hash-verified

145 self._save()
146
147 def clear_limit(self, window: SpendWindow) -> None:
148 setattr(self._limits, window, None)
149 self._save()
150
151 @property
152 def limits(self) -> SpendLimits:

Callers 3

_cmd_spendFunction · 0.95
test_clear_limitMethod · 0.80
handle_spendFunction · 0.80

Calls 1

_saveMethod · 0.95

Tested by 1

test_clear_limitMethod · 0.64