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

Method clone

crates/opencode-tui/src/event.rs:56–60  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

54
55impl Clone for EventBus {
56 fn clone(&self) -> Self {
57 Self {
58 tx: self.tx.clone(),
59 }
60 }
61}
62
63impl EventBus {

Callers 15

methodsMethod · 0.45
add_serverMethod · 0.45
connectMethod · 0.45
disconnectMethod · 0.45
start_oauthMethod · 0.45
get_serverMethod · 0.45
list_serversMethod · 0.45
oauth_status_forMethod · 0.45
session_to_infoFunction · 0.45
set_session_run_statusFunction · 0.45
session_statusFunction · 0.45
create_sessionFunction · 0.45

Calls

no outgoing calls