Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
155
pub struct InputShellCompleted {
156
pub session_id: String,
157
pub result: crate::message::InputShellResult,
158
}
159
160
#[derive(Clone, Debug)]
161
pub enum ClipboardPasteKind {
Callers
2
spawn_input_shell_command
Function · 0.85
test_handle_input_shell_completed_renders_markdown_blocks
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_handle_input_shell_completed_renders_markdown_blocks
Function · 0.68