Method
stop_sandbox
(
&self,
request: Request<openshell_core::proto::compute::v1::StopSandboxRequest>,
)
Source from the content-addressed store, hash-verified
| 228 | } |
| 229 | |
| 230 | async fn stop_sandbox( |
| 231 | &self, |
| 232 | request: Request<openshell_core::proto::compute::v1::StopSandboxRequest>, |
| 233 | ) -> Result<tonic::Response<openshell_core::proto::compute::v1::StopSandboxResponse>, Status> |
| 234 | { |
| 235 | let mut client = self.client(); |
| 236 | client.stop_sandbox(request).await |
| 237 | } |
| 238 | |
| 239 | async fn delete_sandbox( |
| 240 | &self, |
Callers
nothing calls this directly
Tested by
no test coverage detected