MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / normalize_path

Function normalize_path

xtask/src/extension_catalog.rs:1602–1604  ·  view source on GitHub ↗
(path: &Path)

Source from the content-addressed store, hash-verified

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

Callers 2

discover_catalogFunction · 0.70
discover_test_pathsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected