MCPcopy Index your code
hub / github.com/tanelpoder/0xtools / clear

Method clear

xtop/tui/cursor_manager.py:185–188  ·  view source on GitHub ↗

Clear saved state and history

(self)

Source from the content-addressed store, hash-verified

183 return None
184
185 def clear(self):
186 """Clear saved state and history"""
187 self._saved_state = None
188 self._column_history.clear()

Callers 4

clear_cacheMethod · 0.80
clear_cacheMethod · 0.80
clear_cacheMethod · 0.80
resetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected