MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / subscribe

Method subscribe

crates/openshell-server/src/sandbox_watch.rs:48–50  ·  view source on GitHub ↗

Subscribe to sandbox updates.

(&self, sandbox_id: &str)

Source from the content-addressed store, hash-verified

46
47 /// Subscribe to sandbox updates.
48 pub fn subscribe(&self, sandbox_id: &str) -> broadcast::Receiver<()> {
49 self.sender_for(sandbox_id).subscribe()
50 }
51
52 /// Remove the bus entry for the given sandbox id.
53 ///

Calls 1

sender_forMethod · 0.45