Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ mtime
Function
mtime
crates/test-programs/artifacts/build.rs:481–483 ·
view source on GitHub ↗
(path: &Path)
Source
from the content-addressed store, hash-verified
479
}
480
481
fn mtime(path: &Path) -> Option<SystemTime> {
482
path.metadata().ok()?.modified().ok()
483
}
Callers
2
build_adapter
Method · 0.85
compile_component
Method · 0.85
Calls
2
metadata
Method · 0.80
ok
Method · 0.45
Tested by
no test coverage detected