(
&self,
_request: tonic::Request<openshell_core::proto::UpdateConfigRequest>,
)
| 331 | } |
| 332 | |
| 333 | async fn update_config( |
| 334 | &self, |
| 335 | _request: tonic::Request<openshell_core::proto::UpdateConfigRequest>, |
| 336 | ) -> Result<Response<openshell_core::proto::UpdateConfigResponse>, Status> { |
| 337 | Err(Status::unimplemented("not implemented in test")) |
| 338 | } |
| 339 | |
| 340 | async fn get_sandbox_policy_status( |
| 341 | &self, |
no outgoing calls
no test coverage detected