Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
impl 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_enforced
Method · 0.45
intent
Method · 0.45
effective_ports
Method · 0.45
allowed_methods
Method · 0.45
path_matches_risk
Function · 0.45
apply_accepted_risks
Function · 0.45
check_credential_safety
Function · 0.45
render_compact
Function · 0.45
render_report
Function · 0.45
render_paths
Function · 0.45
host_patterns_overlap
Function · 0.45
host_pattern_covers
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected