Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ max_scroll
Method
max_scroll
crates/opencode-tui/src/components/sidebar.rs:132–134 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
130
}
131
132
fn max_scroll(&self) -> usize {
133
self.content_lines.saturating_sub(self.viewport_lines)
134
}
135
136
fn clamp_scroll(&mut self) {
137
let max_scroll = self.max_scroll();
Callers
2
scroll_down
Method · 0.80
clamp_scroll
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected