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

Method reset

uncommon_route/stats.py:492–494  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

490 )
491
492 def reset(self) -> None:
493 self._records.clear()
494 self._save()
495
496 @property
497 def count(self) -> int:

Callers 4

test_resetMethod · 0.95
_cmd_statsFunction · 0.95
handle_statsFunction · 0.45
handle_routing_configFunction · 0.45

Calls 2

_saveMethod · 0.95
clearMethod · 0.45

Tested by 1

test_resetMethod · 0.76