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

Method push_sandbox_logs

crates/openshell-server/src/grpc/mod.rs:549–554  ·  view source on GitHub ↗
(
        &self,
        request: Request<tonic::Streaming<PushSandboxLogsRequest>>,
    )

Source from the content-addressed store, hash-verified

547
548 #[rpc_auth(auth = "sandbox")]
549 async fn push_sandbox_logs(
550 &self,
551 request: Request<tonic::Streaming<PushSandboxLogsRequest>>,
552 ) -> Result<Response<PushSandboxLogsResponse>, Status> {
553 policy::handle_push_sandbox_logs(&self.state, request).await
554 }
555
556 // --- Draft policy recommendations ---
557

Callers 1

run_push_loopFunction · 0.45

Calls 1

handle_push_sandbox_logsFunction · 0.85

Tested by

no test coverage detected