MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / path_to_str

Function path_to_str

parser/src/lib.rs:136–138  ·  view source on GitHub ↗
(path: &Path)

Source from the content-addressed store, hash-verified

134}
135
136fn path_to_str(path: &Path) -> &str {
137 path.to_str().expect("Failed to convert Path to &str")
138}
139
140fn path_created(path: &Path) -> SystemTime {
141 path.metadata()

Callers 1

parse_directoryFunction · 0.70

Calls 1

to_strMethod · 0.80

Tested by

no test coverage detected