MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / session_id

Method session_id

crates/opencode-tui/src/components/dialogs/fork.rs:55–57  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

53 }
54
55 pub fn session_id(&self) -> Option<&str> {
56 self.session_id.as_deref()
57 }
58
59 pub fn move_up(&mut self) {
60 if let Some(i) = self.state.selected() {

Callers 1

handle_dialog_keyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected