Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ is_open
Method
is_open
crates/opencode-tui/src/components/dialog.rs:24–26 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
22
}
23
24
pub fn is_open(&self) -> bool {
25
self.open
26
}
27
28
pub fn render(&self, _frame: &mut Frame, _area: Rect) {}
29
}
Callers
4
has_open_dialog_layer
Method · 0.45
close_top_dialog
Method · 0.45
scroll_active_dialog
Method · 0.45
handle_dialog_key
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected