Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ clamp_scroll
Method
clamp_scroll
crates/opencode-tui/src/components/sidebar.rs:136–141 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
134
}
135
136
fn clamp_scroll(&mut self) {
137
let max_scroll = self.max_scroll();
138
if self.scroll_offset > max_scroll {
139
self.scroll_offset = max_scroll;
140
}
141
}
142
}
143
144
struct SidebarSection {
Callers
1
set_sections_layout
Method · 0.80
Calls
1
max_scroll
Method · 0.80
Tested by
no test coverage detected