Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
153
func
(d *DiffViewer) ScrollToBottom() {
154
d.offset = d.maxOffset()
155
}
156
157
func
(d *DiffViewer) maxOffset() int {
158
if
len(d.lines) <= d.height {
Callers
nothing calls this directly
Calls
1
maxOffset
Method · 0.95
Tested by
no test coverage detected