(path: &Path)
| 1600 | } |
| 1601 | |
| 1602 | fn normalize_path(path: &Path) -> String { |
| 1603 | path.to_string_lossy().replace('\\', "/") |
| 1604 | } |
| 1605 | |
| 1606 | fn shell_words(words: &[String]) -> String { |
| 1607 | if words.is_empty() { |
no outgoing calls
no test coverage detected