MCPcopy Create free account
hub / github.com/FastLED/FastLED / path_to_string

Function path_to_string

ci/lint_cpp_rs/src/lib.rs:1776–1778  ·  view source on GitHub ↗
(path: &Path)

Source from the content-addressed store, hash-verified

1774}
1775
1776fn path_to_string(path: &Path) -> String {
1777 path.to_string_lossy().to_string()
1778}
1779
1780fn relative_display_path(path: &str, project_root: &Path) -> String {
1781 let normalized_root = normalize_path(&path_to_string(project_root));

Callers 10

readMethod · 0.85
collect_pathFunction · 0.85
collect_directory_filesFunction · 0.85
relative_display_pathFunction · 0.85
is_under_project_subpathFunction · 0.85
resolve_test_includeFunction · 0.85

Calls 1

to_stringMethod · 0.45