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

Method update_provider

crates/openshell-cli/tests/mtls_integration.rs:250–257  ·  view source on GitHub ↗
(
        &self,
        _request: tonic::Request<UpdateProviderRequest>,
    )

Source from the content-addressed store, hash-verified

248 }
249
250 async fn update_provider(
251 &self,
252 _request: tonic::Request<UpdateProviderRequest>,
253 ) -> Result<Response<ProviderResponse>, Status> {
254 Err(Status::unimplemented(
255 "update_provider not implemented in test",
256 ))
257 }
258 async fn get_provider_refresh_status(
259 &self,
260 _: tonic::Request<openshell_core::proto::GetProviderRefreshStatusRequest>,

Callers 1

provider_updateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected