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

Function path_created

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

Source from the content-addressed store, hash-verified

138}
139
140fn path_created(path: &Path) -> SystemTime {
141 path.metadata()
142 .expect("No metadata")
143 .created()
144 .expect("No created time")
145}

Callers 1

parse_directoryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected