Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ subscribe
Method
subscribe
crates/openshell-server/src/tracing_bus.rs:74–76 ·
view source on GitHub ↗
(&self, sandbox_id: &str)
Source
from the content-addressed store, hash-verified
72
}
73
74
pub fn subscribe(&self, sandbox_id: &str) -> broadcast::Receiver<SandboxStreamEvent> {
75
self.sender_for(sandbox_id).subscribe()
76
}
77
78
/// Remove all bus entries for the given sandbox id.
79
///
Callers
5
tracing_log_bus_remove_cleans_up_all_maps
Function · 0.45
tracing_log_bus_subscribe_after_remove_creates_fresh_channel
Function · 0.45
tracing_log_bus_remove_closes_active_receivers
Function · 0.45
platform_event_bus_remove_cleans_up
Function · 0.45
platform_event_bus_subscribe_after_remove_creates_fresh_channel
Function · 0.45
Calls
1
sender_for
Method · 0.45
Tested by
5
tracing_log_bus_remove_cleans_up_all_maps
Function · 0.36
tracing_log_bus_subscribe_after_remove_creates_fresh_channel
Function · 0.36
tracing_log_bus_remove_closes_active_receivers
Function · 0.36
platform_event_bus_remove_cleans_up
Function · 0.36
platform_event_bus_subscribe_after_remove_creates_fresh_channel
Function · 0.36