(
&self,
_request: tonic::Request<openshell_core::proto::GetSandboxRequest>,
)
| 53 | } |
| 54 | |
| 55 | async fn get_sandbox( |
| 56 | &self, |
| 57 | _request: tonic::Request<openshell_core::proto::GetSandboxRequest>, |
| 58 | ) -> Result<Response<openshell_core::proto::SandboxResponse>, Status> { |
| 59 | Ok(Response::new( |
| 60 | openshell_core::proto::SandboxResponse::default(), |
| 61 | )) |
| 62 | } |
| 63 | |
| 64 | async fn list_sandboxes( |
| 65 | &self, |
no outgoing calls
no test coverage detected