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

Method end_sandbox_session

crates/openshell-server/src/telemetry.rs:24–24  ·  view source on GitHub ↗
(&self, _sandbox_id: &str)

Source from the content-addressed store, hash-verified

22 pub fn sandbox_session_disconnected(&self, _sandbox_id: &str) {}
23
24 pub fn end_sandbox_session(&self, _sandbox_id: &str) {}
25
26 pub fn record_network_activity(&self, sandbox_id: &str, summary: &NetworkActivitySummary) {
27 if sandbox_id.is_empty() || !openshell_core::telemetry::enabled() {

Callers 2

Calls

no outgoing calls

Tested by 1