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

Method create_provider

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

Source from the content-addressed store, hash-verified

179 }
180
181 async fn create_provider(
182 &self,
183 _request: tonic::Request<CreateProviderRequest>,
184 ) -> Result<Response<ProviderResponse>, Status> {
185 Err(Status::unimplemented(
186 "create_provider not implemented in test",
187 ))
188 }
189
190 async fn get_provider(
191 &self,

Callers 2

auto_create_providerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected