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

Method supervisor_session_connected

crates/openshell-server/src/compute/mod.rs:1284–1286  ·  view source on GitHub ↗
(&self, sandbox_id: &str)

Source from the content-addressed store, hash-verified

1282 }
1283
1284 pub async fn supervisor_session_connected(&self, sandbox_id: &str) -> Result<(), String> {
1285 self.set_supervisor_session_state(sandbox_id, true).await
1286 }
1287
1288 pub async fn supervisor_session_disconnected(&self, sandbox_id: &str) -> Result<(), String> {
1289 self.set_supervisor_session_state(sandbox_id, false).await

Calls 1

Tested by

no test coverage detected