Skip to main content

diff_stat_maps

Function diff_stat_maps 

Source
pub fn diff_stat_maps(prev: &StatMap, now: &StatMap) -> StatDiff
Expand description

Diff two stat maps into added / modified / deleted (each a sorted path list). A key only in now is added; only in prev is deleted; in both with a differing mtime or size is modified.