Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
55
impl Clone for EventBus {
56
fn clone(&self) -> Self {
57
Self {
58
tx: self.tx.clone(),
59
}
60
}
61
}
62
63
impl EventBus {
Callers
15
methods
Method · 0.45
add_server
Method · 0.45
connect
Method · 0.45
disconnect
Method · 0.45
start_oauth
Method · 0.45
get_server
Method · 0.45
list_servers
Method · 0.45
oauth_status_for
Method · 0.45
session_to_info
Function · 0.45
set_session_run_status
Function · 0.45
session_status
Function · 0.45
create_session
Function · 0.45
Calls
no outgoing calls
Tested by
15
from_models_dev_model_merges_transform_and_explicit_variants
Function · 0.36
test_model_info_clone
Function · 0.36
test_persist_and_load_session_diffs
Function · 0.36
test_summarize_message_for_session_generates_title
Function · 0.36
test_fork_title
Function · 0.36
test_update_message
Function · 0.36
test_update_message_new
Function · 0.36
test_update_part
Function · 0.36
test_remove_part
Function · 0.36
test_remove_part_not_found
Function · 0.36
filter_compacted_messages_keeps_tail_after_last_compaction
Function · 0.36
prune_after_loop_compacts_large_old_tool_results
Function · 0.36