MCPcopy Create free account
hub / github.com/1jehuang/jcode / InputShellCompleted

Class InputShellCompleted

crates/jcode-base/src/bus.rs:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154#[derive(Clone, Debug)]
155pub struct InputShellCompleted {
156 pub session_id: String,
157 pub result: crate::message::InputShellResult,
158}
159
160#[derive(Clone, Debug)]
161pub enum ClipboardPasteKind {

Calls

no outgoing calls