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

Method list_sandbox_providers

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

Source from the content-addressed store, hash-verified

71 }
72
73 async fn list_sandbox_providers(
74 &self,
75 _request: tonic::Request<openshell_core::proto::ListSandboxProvidersRequest>,
76 ) -> Result<Response<openshell_core::proto::ListSandboxProvidersResponse>, Status> {
77 Ok(Response::new(
78 openshell_core::proto::ListSandboxProvidersResponse::default(),
79 ))
80 }
81
82 async fn attach_sandbox_provider(
83 &self,

Callers 1

sandbox_provider_listFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected