Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ set_sidebar_area
Method
set_sidebar_area
crates/opencode-tui/src/components/sidebar.rs:51–53 ·
view source on GitHub ↗
(&mut self, area: Rect)
Source
from the content-addressed store, hash-verified
49
}
50
51
fn set_sidebar_area(&mut self, area: Rect) {
52
self.sidebar_area = Some(area);
53
}
54
55
fn set_sections_layout(
56
&mut self,
Callers
1
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected