Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ open
Method
open
crates/opencode-tui/src/components/dialog.rs:16–18 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
14
}
15
16
pub fn open(&mut self) {
17
self.open = true;
18
}
19
20
pub fn close(&mut self) {
21
self.open = false;
Callers
15
init
Method · 0.45
init_tracing
Function · 0.45
handle_event
Method · 0.45
handle_dialog_key
Method · 0.45
execute_command_action
Method · 0.45
paste_clipboard_to_prompt
Method · 0.45
copy_prompt_to_clipboard
Method · 0.45
cut_prompt_to_clipboard
Method · 0.45
open_session_rename_dialog
Method · 0.45
open_session_export_dialog
Method · 0.45
open_prompt_stash_dialog
Method · 0.45
open_skill_list_dialog
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected