Function sgx_build_helper::up_to_date [−][src]
pub fn up_to_date(src: &Path, dst: &Path) -> bool
Returns whether dst
is up to date given that the file or files in src
are used to generate it.
Uses last-modified time checks to verify this.