Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
fn modified_time(path: &Path) -> Result<SystemTime, Box<dyn std::error::Error>> {
132
Ok(fs::metadata(path)?.modified()?)
133
}
134
135
fn run(
136
program: &str,
Callers
1
should_run_npm_ci
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected