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

Function host_alias

crates/openshell-cli/src/ssh.rs:1431–1433  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

1429}
1430
1431fn host_alias(name: &str) -> String {
1432 format!("openshell-{name}")
1433}
1434
1435fn render_ssh_config(gateway: &str, name: &str) -> String {
1436 let exe = std::env::current_exe().expect("failed to resolve OpenShell executable");

Callers 3

sandbox_connect_editorFunction · 0.85
render_ssh_configFunction · 0.85
install_ssh_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected