(
&self,
_request: tonic::Request<openshell_core::proto::AttachSandboxProviderRequest>,
)
| 80 | } |
| 81 | |
| 82 | async fn attach_sandbox_provider( |
| 83 | &self, |
| 84 | _request: tonic::Request<openshell_core::proto::AttachSandboxProviderRequest>, |
| 85 | ) -> Result<Response<openshell_core::proto::AttachSandboxProviderResponse>, Status> { |
| 86 | Ok(Response::new( |
| 87 | openshell_core::proto::AttachSandboxProviderResponse::default(), |
| 88 | )) |
| 89 | } |
| 90 | |
| 91 | async fn detach_sandbox_provider( |
| 92 | &self, |
no outgoing calls
no test coverage detected