Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ send
Method
send
crates/opencode-tui/src/event.rs:73–75 ·
view source on GitHub ↗
(&self, event: Event)
Source
from the content-addressed store, hash-verified
71
}
72
73
pub fn send(&self, event: Event) {
74
let _ = self.tx.send(event);
75
}
76
77
pub fn send_custom(&self, event: CustomEvent) {
78
let _ = self.tx.send(Event::Custom(event));
Callers
15
send_sse_event
Function · 0.45
session_prompt
Function · 0.45
handle_pty_websocket
Function · 0.45
broadcast
Method · 0.45
create_session
Method · 0.45
fetch_wellknown_config
Function · 0.45
auth_fetch_stream
Method · 0.45
watch
Method · 0.45
wait_for_server_ready
Function · 0.45
resolve_remote_session
Function · 0.45
maybe_share_remote_session
Function · 0.45
run_non_interactive_attach
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected