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

Method purge

uncommon_route/traces.py:293–294  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

291 return None
292
293 def purge(self) -> None:
294 self._rows.clear()
295
296
297def migrate_legacy_json(legacy_path: Path, target_dir: Path) -> bool:

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected