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

Method update_config

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

Source from the content-addressed store, hash-verified

331 }
332
333 async fn update_config(
334 &self,
335 _request: tonic::Request<openshell_core::proto::UpdateConfigRequest>,
336 ) -> Result<Response<openshell_core::proto::UpdateConfigResponse>, Status> {
337 Err(Status::unimplemented("not implemented in test"))
338 }
339
340 async fn get_sandbox_policy_status(
341 &self,

Callers 9

sandbox_createFunction · 0.45
gateway_setting_setFunction · 0.45
sandbox_setting_setFunction · 0.45
gateway_setting_deleteFunction · 0.45
sandbox_setting_deleteFunction · 0.45
sandbox_policy_setFunction · 0.45
sandbox_policy_updateFunction · 0.45
sync_policy_with_clientFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected