MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / modified_time

Function modified_time

vmm/build.rs:131–133  ·  view source on GitHub ↗
(path: &Path)

Source from the content-addressed store, hash-verified

129}
130
131fn modified_time(path: &Path) -> Result<SystemTime, Box<dyn std::error::Error>> {
132 Ok(fs::metadata(path)?.modified()?)
133}
134
135fn run(
136 program: &str,

Callers 1

should_run_npm_ciFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected