MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / get_sandbox_logs

Method get_sandbox_logs

crates/openshell-cli/tests/mtls_integration.rs:361–366  ·  view source on GitHub ↗
(
        &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,

Callers 1

sandbox_logsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected