MCPcopy 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 ///

Calls 1

sender_forMethod · 0.45