Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ close
Method
close
crates/opencode-tui/src/components/dialog.rs:20–22 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
18
}
19
20
pub fn close(&mut self) {
21
self.open = false;
22
}
23
24
pub fn is_open(&self) -> bool {
25
self.open
Callers
3
handle_event
Method · 0.45
close_top_dialog
Method · 0.45
handle_dialog_key
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected