MCPcopy 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_layerMethod · 0.45
close_top_dialogMethod · 0.45
scroll_active_dialogMethod · 0.45
handle_dialog_keyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected