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

Method update_provider

crates/openshell-server/src/grpc/mod.rs:425–430  ·  view source on GitHub ↗
(
        &self,
        request: Request<UpdateProviderRequest>,
    )

Source from the content-addressed store, hash-verified

423
424 #[rpc_auth(auth = "bearer", scope = "provider:write", role = "admin")]
425 async fn update_provider(
426 &self,
427 request: Request<UpdateProviderRequest>,
428 ) -> Result<Response<ProviderResponse>, Status> {
429 provider::handle_update_provider(&self.state, request).await
430 }
431
432 #[rpc_auth(auth = "bearer", scope = "provider:read", role = "user")]
433 async fn get_provider_refresh_status(

Callers 1

spawn_update_providerFunction · 0.45

Calls 1

handle_update_providerFunction · 0.85

Tested by

no test coverage detected