MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / ScrollToBottom

Method ScrollToBottom

internal/tui/diff.go:153–155  ·  view source on GitHub ↗

ScrollToBottom scrolls to the bottom.

()

Source from the content-addressed store, hash-verified

151
152// ScrollToBottom scrolls to the bottom.
153func (d *DiffViewer) ScrollToBottom() {
154 d.offset = d.maxOffset()
155}
156
157func (d *DiffViewer) maxOffset() int {
158 if len(d.lines) <= d.height {

Callers

nothing calls this directly

Calls 1

maxOffsetMethod · 0.95

Tested by

no test coverage detected