(
&self,
_request: tonic::Request<openshell_core::proto::RefreshSandboxTokenRequest>,
)
| 443 | } |
| 444 | |
| 445 | async fn refresh_sandbox_token( |
| 446 | &self, |
| 447 | _request: tonic::Request<openshell_core::proto::RefreshSandboxTokenRequest>, |
| 448 | ) -> Result<Response<openshell_core::proto::RefreshSandboxTokenResponse>, Status> { |
| 449 | Err(Status::unimplemented("not implemented in test")) |
| 450 | } |
| 451 | |
| 452 | async fn connect_supervisor( |
| 453 | &self, |
no outgoing calls
no test coverage detected