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

Function is_ssh_proxy_arg

crates/openshell-core/src/forward.rs:283–285  ·  view source on GitHub ↗
(arg: &str)

Source from the content-addressed store, hash-verified

281}
282
283fn is_ssh_proxy_arg(arg: &str) -> bool {
284 arg == "ssh-proxy" || arg.rsplit('/').next() == Some("ssh-proxy")
285}
286
287fn proxy_command_option_present(args: &[&str], proxy_index: usize) -> bool {
288 args.iter()

Callers 1

find_proxy_command_matchFunction · 0.85

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected