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

Method is_empty

crates/openshell-providers/src/lib.rs:48–50  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

46impl DiscoveredProvider {
47 #[must_use]
48 pub fn is_empty(&self) -> bool {
49 self.credentials.is_empty() && self.config.is_empty()
50 }
51}
52
53#[derive(Debug, Clone, Copy)]

Callers 15

is_l7_enforcedMethod · 0.45
intentMethod · 0.45
effective_portsMethod · 0.45
allowed_methodsMethod · 0.45
path_matches_riskFunction · 0.45
apply_accepted_risksFunction · 0.45
check_credential_safetyFunction · 0.45
render_compactFunction · 0.45
render_reportFunction · 0.45
render_pathsFunction · 0.45
host_patterns_overlapFunction · 0.45
host_pattern_coversFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected