Method
get_sandbox_logs
(
&self,
_request: tonic::Request<openshell_core::proto::GetSandboxLogsRequest>,
)
Source from the content-addressed store, hash-verified
| 359 | } |
| 360 | |
| 361 | async fn get_sandbox_logs( |
| 362 | &self, |
| 363 | _request: tonic::Request<openshell_core::proto::GetSandboxLogsRequest>, |
| 364 | ) -> Result<Response<openshell_core::proto::GetSandboxLogsResponse>, Status> { |
| 365 | Err(Status::unimplemented("not implemented in test")) |
| 366 | } |
| 367 | |
| 368 | async fn push_sandbox_logs( |
| 369 | &self, |
Tested by
no test coverage detected