Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_cache
Method · 0.80
clear_cache
Method · 0.80
clear_cache
Method · 0.80
reset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected