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

Function render_include_line

crates/openshell-cli/src/ssh.rs:1463–1465  ·  view source on GitHub ↗
(path: &Path)

Source from the content-addressed store, hash-verified

1461}
1462
1463fn render_include_line(path: &Path) -> String {
1464 format!("Include \"{}\"", path.display())
1465}
1466
1467fn ssh_config_includes_path(contents: &str, path: &Path) -> bool {
1468 let quoted = format!("\"{}\"", path.display());

Callers 1

ensure_openshell_includeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected