Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
fn path_created(path: &Path) -> SystemTime {
141
path.metadata()
142
.expect(
"No metadata"
)
143
.created()
144
.expect(
"No created time"
)
145
}
Callers
1
parse_directory
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected