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

Class TailFile

src/toolong/messages.py:62–65  ·  view source on GitHub ↗

Set file tailing.

Source from the content-addressed store, hash-verified

60
61@dataclass
62class TailFile(Message):
63 """Set file tailing."""
64
65 tail: bool = True
66
67
68@dataclass

Callers 9

action_scroll_upMethod · 0.90
action_scroll_homeMethod · 0.90
action_scroll_endMethod · 0.90
action_page_downMethod · 0.90
action_page_upMethod · 0.90
on_clickMethod · 0.90
on_scroll_toMethod · 0.90
on_scrollMethod · 0.90
on_clickMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected