MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / open_skill_list_dialog

Method open_skill_list_dialog

crates/opencode-tui/src/app/app.rs:1903–1910  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1901 }
1902
1903 fn open_skill_list_dialog(&mut self) {
1904 if let Err(err) = self.refresh_skill_list_dialog() {
1905 self.alert_dialog
1906 .set_message(&format!("Failed to refresh skills:\n{}", err));
1907 self.alert_dialog.open();
1908 }
1909 self.skill_list_dialog.open();
1910 }
1911
1912 fn handle_share_session(&mut self) {
1913 let Some(session_id) = self.current_session_id() else {

Callers 1

Calls 3

set_messageMethod · 0.80
openMethod · 0.45

Tested by

no test coverage detected