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

Method get_sandbox_policy_status

crates/openshell-cli/tests/mtls_integration.rs:340–345  ·  view source on GitHub ↗
(
        &self,
        _request: tonic::Request<openshell_core::proto::GetSandboxPolicyStatusRequest>,
    )

Source from the content-addressed store, hash-verified

338 }
339
340 async fn get_sandbox_policy_status(
341 &self,
342 _request: tonic::Request<openshell_core::proto::GetSandboxPolicyStatusRequest>,
343 ) -> Result<Response<openshell_core::proto::GetSandboxPolicyStatusResponse>, Status> {
344 Err(Status::unimplemented("not implemented in test"))
345 }
346
347 async fn list_sandbox_policies(
348 &self,

Callers 4

sandbox_policy_setFunction · 0.45
sandbox_policy_updateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected