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

Function user_entry_shadows_system

crates/openshell-bootstrap/src/metadata.rs:130–132  ·  view source on GitHub ↗
(metadata_path: &Path)

Source from the content-addressed store, hash-verified

128 .wrap_err("failed to parse gateway metadata")
129}
130fn user_entry_shadows_system(metadata_path: &Path) -> bool {
131 metadata_path.try_exists().unwrap_or(true)
132}
133
134/// Extract the hostname from an SSH destination string.
135///

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected