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

Method list_providers

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

Source from the content-addressed store, hash-verified

197 }
198
199 async fn list_providers(
200 &self,
201 _request: tonic::Request<ListProvidersRequest>,
202 ) -> Result<Response<ListProvidersResponse>, Status> {
203 Err(Status::unimplemented(
204 "list_providers not implemented in test",
205 ))
206 }
207
208 async fn list_provider_profiles(
209 &self,

Callers 3

complete_provider_namesFunction · 0.45
provider_listFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected