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

Method lint_provider_profiles

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

Source from the content-addressed store, hash-verified

234 }
235
236 async fn lint_provider_profiles(
237 &self,
238 _request: tonic::Request<openshell_core::proto::LintProviderProfilesRequest>,
239 ) -> Result<Response<openshell_core::proto::LintProviderProfilesResponse>, Status> {
240 Err(Status::unimplemented("not implemented in test"))
241 }
242
243 async fn delete_provider_profile(
244 &self,

Callers 1

provider_profile_lintFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected