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

Method get_sandbox_config

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

Source from the content-addressed store, hash-verified

107 }
108
109 async fn get_sandbox_config(
110 &self,
111 _request: tonic::Request<openshell_core::proto::GetSandboxConfigRequest>,
112 ) -> Result<Response<openshell_core::proto::GetSandboxConfigResponse>, Status> {
113 Ok(Response::new(
114 openshell_core::proto::GetSandboxConfigResponse::default(),
115 ))
116 }
117
118 async fn get_gateway_config(
119 &self,

Callers 6

sandbox_getFunction · 0.45
sandbox_settings_getFunction · 0.45
sandbox_policy_updateFunction · 0.45
fetch_policy_with_clientFunction · 0.45
poll_settingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected