(metadata_path: &Path)
| 128 | .wrap_err("failed to parse gateway metadata") |
| 129 | } |
| 130 | fn 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 | /// |
no outgoing calls
no test coverage detected