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

Method list_sandboxes

crates/openshell-driver-docker/src/lib.rs:1443–1450  ·  view source on GitHub ↗
(
        &self,
        _request: Request<ListSandboxesRequest>,
    )

Source from the content-addressed store, hash-verified

1441 }
1442
1443 async fn list_sandboxes(
1444 &self,
1445 _request: Request<ListSandboxesRequest>,
1446 ) -> Result<Response<ListSandboxesResponse>, Status> {
1447 Ok(Response::new(ListSandboxesResponse {
1448 sandboxes: self.current_snapshots().await?,
1449 }))
1450 }
1451
1452 async fn create_sandbox(
1453 &self,

Callers

nothing calls this directly

Calls 1

current_snapshotsMethod · 0.45

Tested by

no test coverage detected