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