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

Method get_provider

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

Source from the content-addressed store, hash-verified

188 }
189
190 async fn get_provider(
191 &self,
192 _request: tonic::Request<GetProviderRequest>,
193 ) -> Result<Response<ProviderResponse>, Status> {
194 Err(Status::unimplemented(
195 "get_provider not implemented in test",
196 ))
197 }
198
199 async fn list_providers(
200 &self,

Callers 2

provider_getFunction · 0.45
provider_updateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected