Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/toolong
/ clear_caches
Method
clear_caches
src/toolong/log_lines.py:250–252 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
248
yield
ScanProgressBar()
249
250
def
clear_caches(self) -> None:
251
self._line_cache.clear()
252
self._text_cache.clear()
253
254
def
notify_style_update(self) -> None:
255
self.clear_caches()
Callers
4
notify_style_update
Method · 0.95
watch_show_find
Method · 0.95
watch_case_sensitive
Method · 0.95
watch_regex
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected