MCPcopy
hub / github.com/Textualize/toolong / watch_show_find

Method watch_show_find

src/toolong/log_lines.py:770–773  ·  view source on GitHub ↗
(self, show_find: bool)

Source from the content-addressed store, hash-verified

768 )
769
770 def watch_show_find(self, show_find: bool) -> None:
771 self.clear_caches()
772 if not show_find:
773 self.pointer_line = None
774
775 def watch_find(self, find: str) -> None:
776 if not find:

Callers

nothing calls this directly

Calls 1

clear_cachesMethod · 0.95

Tested by

no test coverage detected