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

Method import_provider_profiles

crates/openshell-cli/tests/mtls_integration.rs:222–227  ·  view source on GitHub ↗
(
        &self,
        _request: tonic::Request<openshell_core::proto::ImportProviderProfilesRequest>,
    )

Source from the content-addressed store, hash-verified

220 }
221
222 async fn import_provider_profiles(
223 &self,
224 _request: tonic::Request<openshell_core::proto::ImportProviderProfilesRequest>,
225 ) -> Result<Response<openshell_core::proto::ImportProviderProfilesResponse>, Status> {
226 Err(Status::unimplemented("not implemented in test"))
227 }
228
229 async fn update_provider_profiles(
230 &self,

Callers 1

provider_profile_importFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected