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

Method move_pointer

src/toolong/log_view.py:339–342  ·  view source on GitHub ↗
(self, event: FindDialog.MovePointer)

Source from the content-addressed store, hash-verified

337
338 @on(FindDialog.MovePointer)
339 def move_pointer(self, event: FindDialog.MovePointer) -> None:
340 event.stop()
341 log_lines = self.query_one(LogLines)
342 log_lines.advance_search(event.direction)
343
344 @on(FindDialog.SelectLine)
345 def select_line(self) -> None:

Callers

nothing calls this directly

Calls 2

stopMethod · 0.80
advance_searchMethod · 0.80

Tested by

no test coverage detected