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

Method update_provider_profiles

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

Source from the content-addressed store, hash-verified

227 }
228
229 async fn update_provider_profiles(
230 &self,
231 _request: tonic::Request<openshell_core::proto::UpdateProviderProfilesRequest>,
232 ) -> Result<Response<openshell_core::proto::UpdateProviderProfilesResponse>, Status> {
233 Err(Status::unimplemented("not implemented in test"))
234 }
235
236 async fn lint_provider_profiles(
237 &self,

Callers 1

provider_profile_updateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected