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

Method notify_style_update

src/toolong/log_lines.py:254–255  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

252 self._text_cache.clear()
253
254 def notify_style_update(self) -> None:
255 self.clear_caches()
256
257 def validate_pointer_line(self, pointer_line: int | None) -> int | None:
258 if pointer_line is None:

Callers

nothing calls this directly

Calls 1

clear_cachesMethod · 0.95

Tested by

no test coverage detected