MCPcopy 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
481fn mtime(path: &Path) -> Option<SystemTime> {
482 path.metadata().ok()?.modified().ok()
483}

Callers 2

build_adapterMethod · 0.85
compile_componentMethod · 0.85

Calls 2

metadataMethod · 0.80
okMethod · 0.45

Tested by

no test coverage detected