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

Method stop

src/toolong/log_lines.py:83–87  ·  view source on GitHub ↗

Stop the thread and join.

(self)

Source from the content-addressed store, hash-verified

81 self.queue.put(request)
82
83 def stop(self) -> None:
84 """Stop the thread and join."""
85 self.exit_event.set()
86 self.queue.put((None, -1, 0, 0))
87 self.join()
88
89 def run(self) -> None:
90 log_lines = self.log_lines

Callers 10

on_unmountMethod · 0.80
on_new_breaksMethod · 0.80
on_line_readMethod · 0.80
input_changeMethod · 0.80
input_submittedMethod · 0.80
dismiss_filter_dialogMethod · 0.80
move_pointerMethod · 0.80
on_tail_fileMethod · 0.80
on_pending_linesMethod · 0.80
on_scan_progressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected